#CF60FD

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

Shades of Heliotrope #CF60FD

Tints of Heliotrope #CF60FD

Color information

#CF60FD (or 0xCF60FD) is unknown color: approx Heliotrope. HEX triplet: CF, 60 and FD. RGB value is (207,96,253). Sum of RGB (Red+Green+Blue) = 207+96+253=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 96 (37.89% from 255 or 17.27% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF60FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF60FD is #309F02. Grayscale: #929292. Windows color (decimal): -3186435 or 16605391. OLE color: 16605391.

HSL color Cylindrical-coordinate representation of color #CF60FD: hue angle of 282.42º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF60FD is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20796253-
CMYK0.180.6200.01
HSL282.42º97.52%68.43%-
HSV(B)282.42º62.06%99.22%-
XYZ47.6428.7295.96-
YUV147.09187.77170.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.23%
GREEN value IS 96 (37.89% from 255) = 17.27%
BLUE value IS 253 (99.22% from 255) = 45.50%
R=37.23%
G=17.27%
B=45.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal207962530.180.6200.01282.4297.5268.43
HexCF60FD123E0111a6244
Octal317140375227601432142104
Binary11001111110000011111101100101111100110001101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF60FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF60FD; }

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

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

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

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

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

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

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

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