#CF60F0

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

Shades of Heliotrope #CF60F0

Tints of Heliotrope #CF60F0

Color information

#CF60F0 (or 0xCF60F0) is unknown color: approx Heliotrope. HEX triplet: CF, 60 and F0. RGB value is (207,96,240). Sum of RGB (Red+Green+Blue) = 207+96+240=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 96 (37.89% from 255 or 17.68% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF60F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF60F0 is #309F0F. Grayscale: #919191. Windows color (decimal): -3186448 or 15753423. OLE color: 15753423.

HSL color Cylindrical-coordinate representation of color #CF60F0: hue angle of 286.25º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF60F0 is Cyan = 0.14, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20796240-
CMYK0.140.600.06
HSL286.25º82.76%65.88%-
HSV(B)286.25º60%94.12%-
XYZ45.6427.9285.42-
YUV145.61181.27171.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.12%
GREEN value IS 96 (37.89% from 255) = 17.68%
BLUE value IS 240 (94.14% from 255) = 44.20%
R=38.12%
G=17.68%
B=44.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal207962400.140.600.06286.2582.7665.88
HexCF60F0E3C0611e5342
Octal317140360167406436123102
Binary110011111100000111100001110111100011010001111010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF60F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF60F0; }

 p { color: rgb(207,96,240); }

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

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

 a { background-color: rgb(207,96,240); }

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

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

 span { border-color: rgb(207,96,240); }

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