#CD53F5

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

Shades of Heliotrope #CD53F5

Tints of Heliotrope #CD53F5

Color information

#CD53F5 (or 0xCD53F5) is unknown color: approx Heliotrope. HEX triplet: CD, 53 and F5. RGB value is (205,83,245). Sum of RGB (Red+Green+Blue) = 205+83+245=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 83 (32.81% from 255 or 15.57% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 245 - color contains mainly: blue. Hex color #CD53F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD53F5 is #32AC0A. Grayscale: #898989. Windows color (decimal): -3320843 or 16077773. OLE color: 16077773.

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

Color convert

RGB20583245-
CMYK0.160.6600.04
HSL285.19º89.01%64.31%-
HSV(B)285.19º66.12%96.08%-
XYZ44.7525.7689-
YUV137.95188.42175.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.46%
GREEN value IS 83 (32.81% from 255) = 15.57%
BLUE value IS 245 (96.09% from 255) = 45.97%
R=38.46%
G=15.57%
B=45.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal205832450.160.6600.04285.1989.0164.31
HexCD53F510420411d5940
Octal3151233652010204435131100
Binary11001101101001111110101100001000010010010001110110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD53F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD53F5; }

 p { color: rgb(205,83,245); }

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

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

 a { background-color: rgb(205,83,245); }

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

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

 span { border-color: rgb(205,83,245); }

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