#CF60F7

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

Shades of Heliotrope #CF60F7

Tints of Heliotrope #CF60F7

Color information

#CF60F7 (or 0xCF60F7) is unknown color: approx Heliotrope. HEX triplet: CF, 60 and F7. RGB value is (207,96,247). Sum of RGB (Red+Green+Blue) = 207+96+247=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 96 (37.89% from 255 or 17.45% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF60F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF60F7 is #309F08. Grayscale: #919191. Windows color (decimal): -3186441 or 16212175. OLE color: 16212175.

HSL color Cylindrical-coordinate representation of color #CF60F7: hue angle of 284.11º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF60F7 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20796247-
CMYK0.160.6100.03
HSL284.11º90.42%67.25%-
HSV(B)284.11º61.13%96.86%-
XYZ46.728.3591.01-
YUV146.4184.77171.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.64%
GREEN value IS 96 (37.89% from 255) = 17.45%
BLUE value IS 247 (96.88% from 255) = 44.91%
R=37.64%
G=17.45%
B=44.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal207962470.160.6100.03284.1190.4267.25
HexCF60F7103D0311c5a43
Octal317140367207503434132103
Binary110011111100000111101111000011110101110001110010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF60F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF60F7; }

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

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

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

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

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

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

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

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