Html Css Color HEX #C878BB Orchid

📋 copy color: '#C878BB'

red 200 ◦ green 120 ◦ blue 187

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

Shades of Orchid #C878BB

Tints of Orchid #C878BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.88%

R = 39.45%
G = 23.67%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C878BB (or 0xC878BB) is known color: Orchid. HEX triplet: C8, 78 and BB. RGB value is (200,120,187). Sum of RGB (Red+Green+Blue) = 200+120+187=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 120 (47.27% from 255 or 23.67% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C878BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878BB is #378744. Grayscale: #979797. Windows color (decimal): -3639109 or 12286152. OLE color: 12286152.

HSL color Cylindrical-coordinate representation of color #C878BB: hue angle of 309.75º 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 #C878BB is Cyan = 0, Magento = 0.4, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 120 187 -
CMYK 0 0.4 0.06 0.22
HSL 309.75º 0.42% 0.63% -
HSV(B) 309.75º 0.4% 0.78% -
XYZ 39.51 29.3 50.59 -
YUV 151.56 148 162.55 -
System Red Green Blue C M Y K H S L
Decimal 200 120 187 0 0.4 0.06 0.22 309.75 0.42 0.63
Hex C8 78 BB 0 28 6 16 136 2A 3F
Octal 310 170 273 0 50 6 26 466 52 77
Binary 11001000 1111000 10111011 0 101000 110 10110 100110110 101010 111111

Color Harmonies of #C878BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C878BB

Black with #C878BB

Text Example


Text Example

White with #C878BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C878BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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