#C874CB

Color #C874CB Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C874CB

Tints of Orchid #C874CB

Color information

#C874CB (or 0xC874CB) is unknown color: approx Orchid. HEX triplet: C8, 74 and CB. RGB value is (200,116,203). Sum of RGB (Red+Green+Blue) = 200+116+203=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 116 (45.70% from 255 or 22.35% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 203 - color contains mainly: blue. Hex color #C874CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C874CB is #378B34. Grayscale: #969696. Windows color (decimal): -3640117 or 13333704. OLE color: 13333704.

HSL color Cylindrical-coordinate representation of color #C874CB: hue angle of 297.93º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C874CB is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB200116203-
CMYK0.010.4300.20
HSL297.93º45.55%62.55%-
HSV(B)297.93º42.86%79.61%-
XYZ40.8429.0859.96-
YUV151.03157.33162.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.54%
GREEN value IS 116 (45.70% from 255) = 22.35%
BLUE value IS 203 (79.69% from 255) = 39.11%
R=38.54%
G=22.35%
B=39.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2001162030.010.4300.20297.9345.5562.55
HexC874CB12B01412a2e3f
Octal3101643131530244525677
Binary110010001110100110010111101011010100100101010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C874CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C874CB; }

 p { color: rgb(200,116,203); }

 H1.HeaderClassName
 {
   color: #C874CB;
 }
 .AnyTagClassName
 {
   color: #C874CB;
 }
</style>
background-color css

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

 a { background-color: rgb(200,116,203); }

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

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

 span { border-color: rgb(200,116,203); }

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