#C37DEB

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

Shades of Heliotrope #C37DEB

Tints of Heliotrope #C37DEB

Color information

#C37DEB (or 0xC37DEB) is unknown color: approx Heliotrope. HEX triplet: C3, 7D and EB. RGB value is (195,125,235). Sum of RGB (Red+Green+Blue) = 195+125+235=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #C37DEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C37DEB is #3C8214. Grayscale: #9E9E9E. Windows color (decimal): -3965461 or 15433155. OLE color: 15433155.

HSL color Cylindrical-coordinate representation of color #C37DEB: hue angle of 278.18º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C37DEB is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB195125235-
CMYK0.170.4700.08
HSL278.18º73.33%70.59%-
HSV(B)278.18º46.81%92.16%-
XYZ44.8332.2782.46-
YUV158.47171.19154.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.14%
GREEN value IS 125 (49.22% from 255) = 22.52%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=35.14%
G=22.52%
B=42.34%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951252350.170.4700.08278.1873.3370.59
HexC37DEB112F081164947
Octal3031753532157010426111107
Binary11000011111110111101011100011011110100010001011010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37DEB; }

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

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

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

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

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

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

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

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