#C37CCC

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

Shades of Orchid #C37CCC

Tints of Orchid #C37CCC

Color information

#C37CCC (or 0xC37CCC) is unknown color: approx Orchid. HEX triplet: C3, 7C and CC. RGB value is (195,124,204). Sum of RGB (Red+Green+Blue) = 195+124+204=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #C37CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37CCC is #3C8333. Grayscale: #9A9A9A. Windows color (decimal): -3965748 or 13401283. OLE color: 13401283.

HSL color Cylindrical-coordinate representation of color #C37CCC: hue angle of 293.25º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C37CCC is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB195124204-
CMYK0.040.3900.2
HSL293.25º43.96%64.31%-
HSV(B)293.25º39.22%80%-
XYZ40.6130.3860.85-
YUV154.35156.02157-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.28%
GREEN value IS 124 (48.83% from 255) = 23.71%
BLUE value IS 204 (80.08% from 255) = 39.01%
R=37.28%
G=23.71%
B=39.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1951242040.040.3900.2293.2543.9664.31
HexC37CCC4270141252c40
Octal30317431444702444554100
Binary110000111111100110011001001001110101001001001011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37CCC; }

 p { color: rgb(195,124,204); }

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

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

 a { background-color: rgb(195,124,204); }

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

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

 span { border-color: rgb(195,124,204); }

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