Html Css Color HEX #C878B6 Orchid

📋 copy color: '#C878B6'

red 200 ◦ green 120 ◦ blue 182

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

Shades of Orchid #C878B6

Tints of Orchid #C878B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.25%

R = 39.84%
G = 23.9%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C878B6 (or 0xC878B6) is known color: Orchid. HEX triplet: C8, 78 and B6. RGB value is (200,120,182). Sum of RGB (Red+Green+Blue) = 200+120+182=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C878B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878B6 is #378749. Grayscale: #969696. Windows color (decimal): -3639114 or 11958472. OLE color: 11958472.

HSL color Cylindrical-coordinate representation of color #C878B6: hue angle of 313.5º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C878B6 is Cyan = 0, Magento = 0.4, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 120 182 -
CMYK 0 0.4 0.09 0.22
HSL 313.5º 0.42% 0.63% -
HSV(B) 313.5º 0.4% 0.78% -
XYZ 38.98 29.09 47.82 -
YUV 150.99 145.5 162.96 -
System Red Green Blue C M Y K H S L
Decimal 200 120 182 0 0.4 0.09 0.22 313.5 0.42 0.63
Hex C8 78 B6 0 28 9 16 13A 2A 3F
Octal 310 170 266 0 50 11 26 472 52 77
Binary 11001000 1111000 10110110 0 101000 1001 10110 100111010 101010 111111

Color Harmonies of #C878B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C878B6

Black with #C878B6

Text Example


Text Example

White with #C878B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C878B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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