#CD5FF0

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

Shades of Heliotrope #CD5FF0

Tints of Heliotrope #CD5FF0

Color information

#CD5FF0 (or 0xCD5FF0) is unknown color: approx Heliotrope. HEX triplet: CD, 5F and F0. RGB value is (205,95,240). Sum of RGB (Red+Green+Blue) = 205+95+240=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 240 (94.14% from 255 or 44.44% from 540); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD5FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5FF0 is #32A00F. Grayscale: #8F8F8F. Windows color (decimal): -3317776 or 15753165. OLE color: 15753165.

HSL color Cylindrical-coordinate representation of color #CD5FF0: hue angle of 285.52º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD5FF0 is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20595240-
CMYK0.150.6000.06
HSL285.52º82.86%65.69%-
HSV(B)285.52º60.42%94.12%-
XYZ4527.4585.37-
YUV144.42181.94171.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 95 (37.5% from 255) = 17.59%
BLUE value IS 240 (94.14% from 255) = 44.44%
R=37.96%
G=17.59%
B=44.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal205952400.150.6000.06285.5282.8665.69
HexCD5FF0F3C0611e5342
Octal315137360177406436123102
Binary110011011011111111100001111111100011010001111010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5FF0; }

 p { color: rgb(205,95,240); }

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

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

 a { background-color: rgb(205,95,240); }

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

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

 span { border-color: rgb(205,95,240); }

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