Html Css Color HEX #C878B8 Orchid

📋 copy color: '#C878B8'

red 200 ◦ green 120 ◦ blue 184

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

Shades of Orchid #C878B8

Tints of Orchid #C878B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.51%

R = 39.68%
G = 23.81%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C878B8 (or 0xC878B8) is known color: Orchid. HEX triplet: C8, 78 and B8. RGB value is (200,120,184). Sum of RGB (Red+Green+Blue) = 200+120+184=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 184 (72.27% from 255 or 36.51% from 504); Max value from RGB is 200 - color contains mainly: red. Hex color #C878B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878B8 is #378747. Grayscale: #979797. Windows color (decimal): -3639112 or 12089544. OLE color: 12089544.

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

Color convert

RGB 200 120 184 -
CMYK 0 0.4 0.08 0.22
HSL 312º 0.42% 0.63% -
HSV(B) 312º 0.4% 0.78% -
XYZ 39.19 29.17 48.91 -
YUV 151.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 200 120 184 0 0.4 0.08 0.22 312 0.42 0.63
Hex C8 78 B8 0 28 8 16 138 2A 3F
Octal 310 170 270 0 50 10 26 470 52 77
Binary 11001000 1111000 10111000 0 101000 1000 10110 100111000 101010 111111

Color Harmonies of #C878B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C878B8

Black with #C878B8

Text Example


Text Example

White with #C878B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C878B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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