#C375EA

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

Shades of Heliotrope #C375EA

Tints of Heliotrope #C375EA

Color information

#C375EA (or 0xC375EA) is unknown color: approx Heliotrope. HEX triplet: C3, 75 and EA. RGB value is (195,117,234). Sum of RGB (Red+Green+Blue) = 195+117+234=546 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.71% from 546); Green value is 117 (46.09% from 255 or 21.43% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #C375EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C375EA is #3C8A15. Grayscale: #999999. Windows color (decimal): -3967510 or 15365571. OLE color: 15365571.

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

Color convert

RGB195117234-
CMYK0.170.500.08
HSL280º73.58%68.82%-
HSV(B)280º50%91.76%-
XYZ43.7230.2781.38-
YUV153.66173.34157.49-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.71%
GREEN value IS 117 (46.09% from 255) = 21.43%
BLUE value IS 234 (91.80% from 255) = 42.86%
R=35.71%
G=21.43%
B=42.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951172340.170.500.0828073.5868.82
HexC375EA1132081184a45
Octal3031653522162010430112105
Binary11000011111010111101010100011100100100010001100010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C375EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C375EA; }

 p { color: rgb(195,117,234); }

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

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

 a { background-color: rgb(195,117,234); }

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

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

 span { border-color: rgb(195,117,234); }

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