#C873C5

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

Shades of Orchid #C873C5

Tints of Orchid #C873C5

Color information

#C873C5 (or 0xC873C5) is unknown color: approx Orchid. HEX triplet: C8, 73 and C5. RGB value is (200,115,197). Sum of RGB (Red+Green+Blue) = 200+115+197=512 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.06% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 197 (77.34% from 255 or 38.48% from 512); Max value from RGB is 200 - color contains mainly: red. Hex color #C873C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C873C5 is #378C3A. Grayscale: #959595. Windows color (decimal): -3640379 or 12940232. OLE color: 12940232.

HSL color Cylindrical-coordinate representation of color #C873C5: hue angle of 302.12º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C873C5 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB200115197-
CMYK00.420.020.22
HSL302.12º43.59%61.76%-
HSV(B)302.12º42.5%78.43%-
XYZ40.0328.5756.23-
YUV149.76154.66163.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.06%
GREEN value IS 115 (45.31% from 255) = 22.46%
BLUE value IS 197 (77.34% from 255) = 38.48%
R=39.06%
G=22.46%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20011519700.420.020.22302.1243.5961.76
HexC873C502A21612e2c3e
Octal3101633050522264565476
Binary1100100011100111100010101010101010110100101110101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C873C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C873C5; }

 p { color: rgb(200,115,197); }

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

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

 a { background-color: rgb(200,115,197); }

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

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

 span { border-color: rgb(200,115,197); }

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