Html Css Color HEX #C878BE Orchid

📋 copy color: '#C878BE'

red 200 ◦ green 120 ◦ blue 190

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

Shades of Orchid #C878BE

Tints of Orchid #C878BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.25%

R = 39.22%
G = 23.53%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C878BE (or 0xC878BE) is known color: Orchid. HEX triplet: C8, 78 and BE. RGB value is (200,120,190). Sum of RGB (Red+Green+Blue) = 200+120+190=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C878BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878BE is #378741. Grayscale: #979797. Windows color (decimal): -3639106 or 12482760. OLE color: 12482760.

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

Color convert

RGB 200 120 190 -
CMYK 0 0.4 0.05 0.22
HSL 307.5º 0.42% 0.63% -
HSV(B) 307.5º 0.4% 0.78% -
XYZ 39.83 29.43 52.3 -
YUV 151.9 149.5 162.31 -
System Red Green Blue C M Y K H S L
Decimal 200 120 190 0 0.4 0.05 0.22 307.5 0.42 0.63
Hex C8 78 BE 0 28 5 16 134 2A 3F
Octal 310 170 276 0 50 5 26 464 52 77
Binary 11001000 1111000 10111110 0 101000 101 10110 100110100 101010 111111

Color Harmonies of #C878BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C878BE

Black with #C878BE

Text Example


Text Example

White with #C878BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C878BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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