Html Css Color HEX #C870DB Orchid

📋 copy color: '#C870DB'

red 200 ◦ green 112 ◦ blue 219

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

Shades of Orchid #C870DB

Tints of Orchid #C870DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.09%

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

R = 37.66%
G = 21.09%
B = 41.24%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C870DB (or 0xC870DB) is known color: Orchid. HEX triplet: C8, 70 and DB. RGB value is (200,112,219). Sum of RGB (Red+Green+Blue) = 200+112+219=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #C870DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870DB is #378F24. Grayscale: #969696. Windows color (decimal): -3641125 or 14381256. OLE color: 14381256.

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

Color convert

RGB 200 112 219 -
CMYK 0.09 0.49 0 0.14
HSL 289.35º 0.6% 0.65% -
HSV(B) 289.35º 0.49% 0.86% -
XYZ 42.4 28.98 70.38 -
YUV 150.51 166.65 163.3 -
System Red Green Blue C M Y K H S L
Decimal 200 112 219 0.09 0.49 0 0.14 289.35 0.6 0.65
Hex C8 70 DB 9 31 0 E 121 3C 41
Octal 310 160 333 11 61 0 16 441 74 101
Binary 11001000 1110000 11011011 1001 110001 0 1110 100100001 111100 1000001

Color Harmonies of #C870DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C870DB

Black with #C870DB

Text Example


Text Example

White with #C870DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C870DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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