#C374EA

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

Shades of Heliotrope #C374EA

Tints of Heliotrope #C374EA

Color information

#C374EA (or 0xC374EA) is unknown color: approx Heliotrope. HEX triplet: C3, 74 and EA. RGB value is (195,116,234). Sum of RGB (Red+Green+Blue) = 195+116+234=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 116 (45.70% from 255 or 21.28% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #C374EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C374EA is #3C8B15. Grayscale: #989898. Windows color (decimal): -3967766 or 15365315. OLE color: 15365315.

HSL color Cylindrical-coordinate representation of color #C374EA: hue angle of 280.17º 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 #C374EA is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB195116234-
CMYK0.170.5000.08
HSL280.17º73.75%68.63%-
HSV(B)280.17º50.43%91.76%-
XYZ43.630.0381.34-
YUV153.07173.67157.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.78%
GREEN value IS 116 (45.70% from 255) = 21.28%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=35.78%
G=21.28%
B=42.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1951162340.170.5000.08280.1773.7568.63
HexC374EA1132081184a45
Octal3031643522162010430112105
Binary11000011111010011101010100011100100100010001100010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C374EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C374EA; }

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

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

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

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

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

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

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

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