#CF62F9

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

Shades of Heliotrope #CF62F9

Tints of Heliotrope #CF62F9

Color information

#CF62F9 (or 0xCF62F9) is unknown color: approx Heliotrope. HEX triplet: CF, 62 and F9. RGB value is (207,98,249). Sum of RGB (Red+Green+Blue) = 207+98+249=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 98 (38.67% from 255 or 17.69% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF62F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF62F9 is #309D06. Grayscale: #939393. Windows color (decimal): -3185927 or 16343759. OLE color: 16343759.

HSL color Cylindrical-coordinate representation of color #CF62F9: hue angle of 283.31º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF62F9 is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20798249-
CMYK0.170.6100.02
HSL283.31º92.64%68.04%-
HSV(B)283.31º60.64%97.65%-
XYZ47.228.8492.7-
YUV147.8185.11170.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 98 (38.67% from 255) = 17.69%
BLUE value IS 249 (97.66% from 255) = 44.95%
R=37.36%
G=17.69%
B=44.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal207982490.170.6100.02283.3192.6468.04
HexCF62F9113D0211b5d44
Octal317142371217502433135104
Binary110011111100010111110011000111110101010001101110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF62F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF62F9; }

 p { color: rgb(207,98,249); }

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

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

 a { background-color: rgb(207,98,249); }

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

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

 span { border-color: rgb(207,98,249); }

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