#C373CE

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

Shades of Orchid #C373CE

Tints of Orchid #C373CE

Color information

#C373CE (or 0xC373CE) is unknown color: approx Orchid. HEX triplet: C3, 73 and CE. RGB value is (195,115,206). Sum of RGB (Red+Green+Blue) = 195+115+206=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #C373CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373CE is #3C8C31. Grayscale: #959595. Windows color (decimal): -3968050 or 13530051. OLE color: 13530051.

HSL color Cylindrical-coordinate representation of color #C373CE: hue angle of 292.75º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C373CE is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195115206-
CMYK0.050.4400.19
HSL292.75º48.15%62.94%-
HSV(B)292.75º44.17%80.78%-
XYZ39.7828.3261.76-
YUV149.29160160.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.79%
GREEN value IS 115 (45.31% from 255) = 22.29%
BLUE value IS 206 (80.86% from 255) = 39.92%
R=37.79%
G=22.29%
B=39.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951152060.050.4400.19292.7548.1562.94
HexC373CE52C013125303f
Octal3031633165540234456077
Binary11000011111001111001110101101100010011100100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C373CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C373CE; }

 p { color: rgb(195,115,206); }

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

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

 a { background-color: rgb(195,115,206); }

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

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

 span { border-color: rgb(195,115,206); }

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