#CF60FF

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

Shades of Heliotrope #CF60FF

Tints of Heliotrope #CF60FF

Color information

#CF60FF (or 0xCF60FF) is unknown color: approx Heliotrope. HEX triplet: CF, 60 and FF. RGB value is (207,96,255). Sum of RGB (Red+Green+Blue) = 207+96+255=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 96 (37.89% from 255 or 17.20% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF60FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF60FF is #309F00. Grayscale: #929292. Windows color (decimal): -3186433 or 16736463. OLE color: 16736463.

HSL color Cylindrical-coordinate representation of color #CF60FF: hue angle of 281.89º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF60FF is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20796255-
CMYK0.190.6200
HSL281.89º100%68.82%-
HSV(B)281.89º62.35%100%-
XYZ47.9728.8597.65-
YUV147.32188.77170.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.10%
GREEN value IS 96 (37.89% from 255) = 17.20%
BLUE value IS 255 (100% from 255) = 45.70%
R=37.10%
G=17.20%
B=45.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal207962550.190.6200281.8910068.82
HexCF60FF133E0011a6445
Octal317140377237600432144105
Binary11001111110000011111111100111111100010001101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF60FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF60FF; }

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

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

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

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

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

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

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

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