#CD55FD

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

Shades of Heliotrope #CD55FD

Tints of Heliotrope #CD55FD

Color information

#CD55FD (or 0xCD55FD) is unknown color: approx Heliotrope. HEX triplet: CD, 55 and FD. RGB value is (205,85,253). Sum of RGB (Red+Green+Blue) = 205+85+253=543 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.75% from 543); Green value is 85 (33.59% from 255 or 15.65% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #CD55FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD55FD is #32AA02. Grayscale: #8B8B8B. Windows color (decimal): -3320323 or 16602573. OLE color: 16602573.

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

Color convert

RGB20585253-
CMYK0.190.6600.01
HSL282.86º97.67%66.27%-
HSV(B)282.86º66.4%99.22%-
XYZ46.1526.5795.62-
YUV140.03191.76174.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.75%
GREEN value IS 85 (33.59% from 255) = 15.65%
BLUE value IS 253 (99.22% from 255) = 46.59%
R=37.75%
G=15.65%
B=46.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal205852530.190.6600.01282.8697.6766.27
HexCD55FD13420111b6242
Octal3151253752310201433142102
Binary110011011010101111111011001110000100110001101111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD55FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD55FD; }

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

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

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

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

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

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

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

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