#CD54F5

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

Shades of Heliotrope #CD54F5

Tints of Heliotrope #CD54F5

Color information

#CD54F5 (or 0xCD54F5) is unknown color: approx Heliotrope. HEX triplet: CD, 54 and F5. RGB value is (205,84,245). Sum of RGB (Red+Green+Blue) = 205+84+245=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 84 (33.20% from 255 or 15.73% from 534); Blue value is 245 (96.09% from 255 or 45.88% from 534); Max value from RGB is 245 - color contains mainly: blue. Hex color #CD54F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD54F5 is #32AB0A. Grayscale: #8A8A8A. Windows color (decimal): -3320587 or 16078029. OLE color: 16078029.

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

Color convert

RGB20584245-
CMYK0.160.6600.04
HSL285.09º88.95%64.51%-
HSV(B)285.09º65.71%96.08%-
XYZ44.8325.9189.03-
YUV138.53188.09175.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.39%
GREEN value IS 84 (33.20% from 255) = 15.73%
BLUE value IS 245 (96.09% from 255) = 45.88%
R=38.39%
G=15.73%
B=45.88%

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
Decimal205842450.160.6600.04285.0988.9564.51
HexCD54F510420411d5941
Octal3151243652010204435131101
Binary11001101101010011110101100001000010010010001110110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD54F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD54F5; }

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

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

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

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

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

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

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

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