#c670ea

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

Shades of Heliotrope #C670EA

Tints of Heliotrope #C670EA

Color information

#C670EA (or 0xC670EA) is unknown color: approx Heliotrope. HEX triplet: C6, 70 and EA. RGB value is (198,112,234). Sum of RGB (Red+Green+Blue) = 198+112+234=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #C670EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C670EA is #398F15. Grayscale: #979797. Windows color (decimal): -3772182 or 15364294. OLE color: 15364294.

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

Color convert

RGB198112234-
CMYK0.150.5200.08
HSL282.3º74.39%67.84%-
HSV(B)282.3º52.14%91.76%-
XYZ43.9329.5381.23-
YUV151.62174.49161.08-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.40%
GREEN value IS 112 (44.14% from 255) = 20.59%
BLUE value IS 234 (91.80% from 255) = 43.01%
R=36.40%
G=20.59%
B=43.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1981122340.150.5200.08282.374.3967.84
HexC670EAF340811a4a44
Octal3061603521764010432112104
Binary1100011011100001110101011111101000100010001101010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c670ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c670ea; }

 p { color: rgb(198,112,234); }

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

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

 a { background-color: rgb(198,112,234); }

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

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

 span { border-color: rgb(198,112,234); }

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