Html Css Color HEX #C878DC Orchid

📋 copy color: '#C878DC'

red 200 ◦ green 120 ◦ blue 220

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

Shades of Orchid #C878DC

Tints of Orchid #C878DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.74%

R = 37.04%
G = 22.22%
B = 40.74%

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

#C878DC (or 0xC878DC) is known color: Orchid. HEX triplet: C8, 78 and DC. RGB value is (200,120,220). Sum of RGB (Red+Green+Blue) = 200+120+220=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 220 (86.33% from 255 or 40.74% from 540); Max value from RGB is 220 - color contains mainly: blue. Hex color #C878DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878DC is #378723. Grayscale: #9B9B9B. Windows color (decimal): -3639076 or 14448840. OLE color: 14448840.

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

Color convert

RGB 200 120 220 -
CMYK 0.09 0.45 0 0.14
HSL 288º 0.59% 0.67% -
HSV(B) 288º 0.45% 0.86% -
XYZ 43.45 30.88 71.38 -
YUV 155.32 164.5 159.87 -
System Red Green Blue C M Y K H S L
Decimal 200 120 220 0.09 0.45 0 0.14 288 0.59 0.67
Hex C8 78 DC 9 2D 0 E 120 3B 43
Octal 310 170 334 11 55 0 16 440 73 103
Binary 11001000 1111000 11011100 1001 101101 0 1110 100100000 111011 1000011

Color Harmonies of #C878DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C878DC

Black with #C878DC

Text Example


Text Example

White with #C878DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C878DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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