Html Css Color HEX #C871DB Orchid

📋 copy color: '#C871DB'

red 200 ◦ green 113 ◦ blue 219

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

Shades of Orchid #C871DB

Tints of Orchid #C871DB

RGB

 RED value IS 200 (78.52% from 255) = 37.59%

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

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

R = 37.59%
G = 21.24%
B = 41.17%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C871DB (or 0xC871DB) is known color: Orchid. HEX triplet: C8, 71 and DB. RGB value is (200,113,219). Sum of RGB (Red+Green+Blue) = 200+113+219=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #C871DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871DB is #378E24. Grayscale: #969696. Windows color (decimal): -3640869 or 14381512. OLE color: 14381512.

HSL color Cylindrical-coordinate representation of color #C871DB: hue angle of 289.25º 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 #C871DB is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 113 219 -
CMYK 0.09 0.48 0 0.14
HSL 289.25º 0.6% 0.65% -
HSV(B) 289.25º 0.48% 0.86% -
XYZ 42.51 29.2 70.41 -
YUV 151.1 166.32 162.88 -
System Red Green Blue C M Y K H S L
Decimal 200 113 219 0.09 0.48 0 0.14 289.25 0.6 0.65
Hex C8 71 DB 9 30 0 E 121 3C 41
Octal 310 161 333 11 60 0 16 441 74 101
Binary 11001000 1110001 11011011 1001 110000 0 1110 100100001 111100 1000001

Color Harmonies of #C871DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C871DB

Black with #C871DB

Text Example


Text Example

White with #C871DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C871DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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