#CD60F4

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

Shades of Heliotrope #CD60F4

Tints of Heliotrope #CD60F4

Color information

#CD60F4 (or 0xCD60F4) is unknown color: approx Heliotrope. HEX triplet: CD, 60 and F4. RGB value is (205,96,244). Sum of RGB (Red+Green+Blue) = 205+96+244=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 96 (37.89% from 255 or 17.61% from 545); Blue value is 244 (95.70% from 255 or 44.77% from 545); Max value from RGB is 244 - color contains mainly: blue. Hex color #CD60F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD60F4 is #329F0B. Grayscale: #909090. Windows color (decimal): -3317516 or 16015565. OLE color: 16015565.

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

Color convert

RGB20596244-
CMYK0.160.6100.04
HSL284.19º87.06%66.67%-
HSV(B)284.19º60.66%95.69%-
XYZ45.6927.8888.56-
YUV145.46183.61170.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.61%
GREEN value IS 96 (37.89% from 255) = 17.61%
BLUE value IS 244 (95.70% from 255) = 44.77%
R=37.61%
G=17.61%
B=44.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal205962440.160.6100.04284.1987.0666.67
HexCD60F4103D0411c5743
Octal315140364207504434127103
Binary1100110111000001111010010000111101010010001110010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD60F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD60F4; }

 p { color: rgb(205,96,244); }

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

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

 a { background-color: rgb(205,96,244); }

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

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

 span { border-color: rgb(205,96,244); }

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