#C37DCE

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

Shades of Orchid #C37DCE

Tints of Orchid #C37DCE

Color information

#C37DCE (or 0xC37DCE) is unknown color: approx Orchid. HEX triplet: C3, 7D and CE. RGB value is (195,125,206). Sum of RGB (Red+Green+Blue) = 195+125+206=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #C37DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37DCE is #3C8231. Grayscale: #9A9A9A. Windows color (decimal): -3965490 or 13532611. OLE color: 13532611.

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

Color convert

RGB195125206-
CMYK0.050.3900.19
HSL291.85º45.25%64.9%-
HSV(B)291.85º39.32%80.78%-
XYZ40.9830.7362.16-
YUV155.16156.69156.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.07%
GREEN value IS 125 (49.22% from 255) = 23.76%
BLUE value IS 206 (80.86% from 255) = 39.16%
R=37.07%
G=23.76%
B=39.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951252060.050.3900.19291.8545.2564.9
HexC37DCE5270131242d41
Octal30317531654702344455101
Binary110000111111101110011101011001110100111001001001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37DCE; }

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

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

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

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

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

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

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

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