#C874CA

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

Shades of Orchid #C874CA

Tints of Orchid #C874CA

Color information

#C874CA (or 0xC874CA) is unknown color: approx Orchid. HEX triplet: C8, 74 and CA. RGB value is (200,116,202). Sum of RGB (Red+Green+Blue) = 200+116+202=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #C874CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C874CA is #378B35. Grayscale: #969696. Windows color (decimal): -3640118 or 13268168. OLE color: 13268168.

HSL color Cylindrical-coordinate representation of color #C874CA: hue angle of 298.6º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C874CA is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB200116202-
CMYK0.010.4300.21
HSL298.6º44.79%62.35%-
HSV(B)298.6º42.57%79.22%-
XYZ40.7329.0359.33-
YUV150.92156.83163.01-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 38.61%
GREEN value IS 116 (45.70% from 255) = 22.39%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=38.61%
G=22.39%
B=39.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2001162020.010.4300.21298.644.7962.35
HexC874CA12B01512b2d3e
Octal3101643121530254535576
Binary110010001110100110010101101011010101100101011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C874CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C874CA; }

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

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

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

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

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

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

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

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