#CD60FD

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

Shades of Heliotrope #CD60FD

Tints of Heliotrope #CD60FD

Color information

#CD60FD (or 0xCD60FD) is unknown color: approx Heliotrope. HEX triplet: CD, 60 and FD. RGB value is (205,96,253). Sum of RGB (Red+Green+Blue) = 205+96+253=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD60FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD60FD is #329F02. Grayscale: #919191. Windows color (decimal): -3317507 or 16605389. OLE color: 16605389.

HSL color Cylindrical-coordinate representation of color #CD60FD: hue angle of 281.66º 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 #CD60FD is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20596253-
CMYK0.190.6200.01
HSL281.66º97.52%68.43%-
HSV(B)281.66º62.06%99.22%-
XYZ47.0928.4495.94-
YUV146.49188.11169.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 96 (37.89% from 255) = 17.33%
BLUE value IS 253 (99.22% from 255) = 45.67%
R=37.00%
G=17.33%
B=45.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal205962530.190.6200.01281.6697.5268.43
HexCD60FD133E0111a6244
Octal315140375237601432142104
Binary11001101110000011111101100111111100110001101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD60FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD60FD; }

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

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

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

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

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

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

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

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