#C373EB

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

Shades of Heliotrope #C373EB

Tints of Heliotrope #C373EB

Color information

#C373EB (or 0xC373EB) is unknown color: approx Heliotrope. HEX triplet: C3, 73 and EB. RGB value is (195,115,235). Sum of RGB (Red+Green+Blue) = 195+115+235=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #C373EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C373EB is #3C8C14. Grayscale: #989898. Windows color (decimal): -3968021 or 15430595. OLE color: 15430595.

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

Color convert

RGB195115235-
CMYK0.170.5100.08
HSL280º75%68.63%-
HSV(B)280º51.06%92.16%-
XYZ43.6329.8682.06-
YUV152.6174.5158.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.78%
GREEN value IS 115 (45.31% from 255) = 21.10%
BLUE value IS 235 (92.19% from 255) = 43.12%
R=35.78%
G=21.10%
B=43.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951152350.170.5100.082807568.63
HexC373EB1133081184b45
Octal3031633532163010430113105
Binary11000011111001111101011100011100110100010001100010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C373EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C373EB; }

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

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

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

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

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

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

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

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