Html Css Color HEX #C971DB Orchid

📋 copy color: '#C971DB'

red 201 ◦ green 113 ◦ blue 219

#C971DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #C971DB

Tints of Orchid #C971DB

RGB

 RED value IS 201 (78.91% from 255) = 37.71%

 GREEN value IS 113 (44.53% from 255) = 21.2%

 BLUE value IS 219 (85.94% from 255) = 41.09%

R = 37.71%
G = 21.2%
B = 41.09%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C971DB (or 0xC971DB) is known color: Orchid. HEX triplet: C9, 71 and DB. RGB value is (201,113,219). Sum of RGB (Red+Green+Blue) = 201+113+219=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 113 (44.53% from 255 or 21.20% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #C971DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971DB is #368E24. Grayscale: #979797. Windows color (decimal): -3575333 or 14381513. OLE color: 14381513.

HSL color Cylindrical-coordinate representation of color #C971DB: hue angle of 289.81º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C971DB is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 113 219 -
CMYK 0.08 0.48 0 0.14
HSL 289.81º 0.6% 0.65% -
HSV(B) 289.81º 0.48% 0.86% -
XYZ 42.78 29.34 70.43 -
YUV 151.4 166.15 163.38 -
System Red Green Blue C M Y K H S L
Decimal 201 113 219 0.08 0.48 0 0.14 289.81 0.6 0.65
Hex C9 71 DB 8 30 0 E 122 3C 41
Octal 311 161 333 10 60 0 16 442 74 101
Binary 11001001 1110001 11011011 1000 110000 0 1110 100100010 111100 1000001

Color Harmonies of #C971DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971DB

Black with #C971DB

Text Example


Text Example

White with #C971DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971DB; }

 p { color: rgb(201,113,219); }

 H1.HeaderClassName
 {
   color: #C971DB;
 }
 .AnyTagClassName
 {
   color: #C971DB;
 }
</style>

background-color css

<style>
 a { background-color: #C971DB; }

 a { background-color: rgb(201,113,219); }

 div.DivClassName
 {
   background-color: #C971DB;
 }
 .BgClassName
 {
   background-color: #C971DB;
 }
</style>

border-color css

<style>
 span { border-color: #C971DB; }

 span { border-color: rgb(201,113,219); }

 td.TdClassName
 {
   border-color: #C971DB;
 }
 .TagClassName
 {
   border-color: #C971DB;
 }
</style>