Html Css Color HEX #C878D6 Orchid

📋 copy color: '#C878D6'

red 200 ◦ green 120 ◦ blue 214

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

Shades of Orchid #C878D6

Tints of Orchid #C878D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.07%

R = 37.45%
G = 22.47%
B = 40.07%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C878D6 (or 0xC878D6) is known color: Orchid. HEX triplet: C8, 78 and D6. RGB value is (200,120,214). Sum of RGB (Red+Green+Blue) = 200+120+214=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 120 (47.27% from 255 or 22.47% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: blue. Hex color #C878D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878D6 is #378729. Grayscale: #9A9A9A. Windows color (decimal): -3639082 or 14055624. OLE color: 14055624.

HSL color Cylindrical-coordinate representation of color #C878D6: hue angle of 291.06º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C878D6 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 200 120 214 -
CMYK 0.07 0.44 0 0.16
HSL 291.06º 0.53% 0.65% -
HSV(B) 291.06º 0.44% 0.84% -
XYZ 42.67 30.57 67.27 -
YUV 154.64 161.5 160.36 -
System Red Green Blue C M Y K H S L
Decimal 200 120 214 0.07 0.44 0 0.16 291.06 0.53 0.65
Hex C8 78 D6 7 2C 0 10 123 35 41
Octal 310 170 326 7 54 0 20 443 65 101
Binary 11001000 1111000 11010110 111 101100 0 10000 100100011 110101 1000001

Color Harmonies of #C878D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C878D6

Black with #C878D6

Text Example


Text Example

White with #C878D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C878D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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