#C652FE

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

Shades of Heliotrope #C652FE

Tints of Heliotrope #C652FE

Color information

#C652FE (or 0xC652FE) is unknown color: approx Heliotrope. HEX triplet: C6, 52 and FE. RGB value is (198,82,254). Sum of RGB (Red+Green+Blue) = 198+82+254=534 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.08% from 534); Green value is 82 (32.42% from 255 or 15.36% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #C652FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C652FE is #39AD01. Grayscale: #878787. Windows color (decimal): -3779842 or 16667334. OLE color: 16667334.

HSL color Cylindrical-coordinate representation of color #C652FE: hue angle of 280.47º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C652FE is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB19882254-
CMYK0.220.6800.00
HSL280.47º98.85%65.88%-
HSV(B)280.47º67.72%99.61%-
XYZ44.225.296.3-
YUV136.29194.43172.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.08%
GREEN value IS 82 (32.42% from 255) = 15.36%
BLUE value IS 254 (99.61% from 255) = 47.57%
R=37.08%
G=15.36%
B=47.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal198822540.220.6800.00280.4798.8565.88
HexC652FE1644001186342
Octal3061223762610400430143102
Binary110001101010010111111101011010001000010001100011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C652FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C652FE; }

 p { color: rgb(198,82,254); }

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

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

 a { background-color: rgb(198,82,254); }

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

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

 span { border-color: rgb(198,82,254); }

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