#C37DED

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

Shades of Heliotrope #C37DED

Tints of Heliotrope #C37DED

Color information

#C37DED (or 0xC37DED) is unknown color: approx Heliotrope. HEX triplet: C3, 7D and ED. RGB value is (195,125,237). Sum of RGB (Red+Green+Blue) = 195+125+237=557 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.01% from 557); Green value is 125 (49.22% from 255 or 22.44% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #C37DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37DED is #3C8212. Grayscale: #9E9E9E. Windows color (decimal): -3965459 or 15564227. OLE color: 15564227.

HSL color Cylindrical-coordinate representation of color #C37DED: hue angle of 277.5º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C37DED is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB195125237-
CMYK0.180.4700.07
HSL277.5º75.68%70.98%-
HSV(B)277.5º47.26%92.94%-
XYZ45.1332.3883.99-
YUV158.7172.19153.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.01%
GREEN value IS 125 (49.22% from 255) = 22.44%
BLUE value IS 237 (92.97% from 255) = 42.55%
R=35.01%
G=22.44%
B=42.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951252370.180.4700.07277.575.6870.98
HexC37DED122F071164c47
Octal303175355225707426114107
Binary1100001111111011110110110010101111011110001011010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37DED; }

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

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

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

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

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

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

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

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