#C475EA

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

Shades of Heliotrope #C475EA

Tints of Heliotrope #C475EA

Color information

#C475EA (or 0xC475EA) is unknown color: approx Heliotrope. HEX triplet: C4, 75 and EA. RGB value is (196,117,234). Sum of RGB (Red+Green+Blue) = 196+117+234=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 117 (46.09% from 255 or 21.39% from 547); Blue value is 234 (91.80% from 255 or 42.78% from 547); Max value from RGB is 234 - color contains mainly: blue. Hex color #C475EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C475EA is #3B8A15. Grayscale: #999999. Windows color (decimal): -3901974 or 15365572. OLE color: 15365572.

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

Color convert

RGB196117234-
CMYK0.160.500.08
HSL280.51º73.58%68.82%-
HSV(B)280.51º50%91.76%-
XYZ43.9830.481.39-
YUV153.96173.17157.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.83%
GREEN value IS 117 (46.09% from 255) = 21.39%
BLUE value IS 234 (91.80% from 255) = 42.78%
R=35.83%
G=21.39%
B=42.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961172340.160.500.08280.5173.5868.82
HexC475EA1032081194a45
Octal3041653522062010431112105
Binary11000100111010111101010100001100100100010001100110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C475EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C475EA; }

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

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

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

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

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

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

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

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