Html Css Color HEX #C878DB Orchid

📋 copy color: '#C878DB'

red 200 ◦ green 120 ◦ blue 219

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

Shades of Orchid #C878DB

Tints of Orchid #C878DB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.26%

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

R = 37.11%
G = 22.26%
B = 40.63%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C878DB (or 0xC878DB) is known color: Orchid. HEX triplet: C8, 78 and DB. RGB value is (200,120,219). Sum of RGB (Red+Green+Blue) = 200+120+219=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #C878DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878DB is #378724. Grayscale: #9A9A9A. Windows color (decimal): -3639077 or 14383304. OLE color: 14383304.

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

Color convert

RGB 200 120 219 -
CMYK 0.09 0.45 0 0.14
HSL 288.48º 0.58% 0.66% -
HSV(B) 288.48º 0.45% 0.86% -
XYZ 43.32 30.83 70.68 -
YUV 155.21 164 159.95 -
System Red Green Blue C M Y K H S L
Decimal 200 120 219 0.09 0.45 0 0.14 288.48 0.58 0.66
Hex C8 78 DB 9 2D 0 E 120 3A 42
Octal 310 170 333 11 55 0 16 440 72 102
Binary 11001000 1111000 11011011 1001 101101 0 1110 100100000 111010 1000010

Color Harmonies of #C878DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C878DB

Black with #C878DB

Text Example


Text Example

White with #C878DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C878DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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