#CD55F3

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

Shades of Heliotrope #CD55F3

Tints of Heliotrope #CD55F3

Color information

#CD55F3 (or 0xCD55F3) is unknown color: approx Heliotrope. HEX triplet: CD, 55 and F3. RGB value is (205,85,243). Sum of RGB (Red+Green+Blue) = 205+85+243=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 85 (33.59% from 255 or 15.95% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #CD55F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD55F3 is #32AA0C. Grayscale: #8A8A8A. Windows color (decimal): -3320333 or 15947213. OLE color: 15947213.

HSL color Cylindrical-coordinate representation of color #CD55F3: hue angle of 285.57º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD55F3 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20585243-
CMYK0.160.6500.05
HSL285.57º86.81%64.31%-
HSV(B)285.57º65.02%95.29%-
XYZ44.625.9587.45-
YUV138.89186.76175.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.46%
GREEN value IS 85 (33.59% from 255) = 15.95%
BLUE value IS 243 (95.31% from 255) = 45.59%
R=38.46%
G=15.95%
B=45.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal205852430.160.6500.05285.5786.8164.31
HexCD55F310410511e5740
Octal3151253632010105436127100
Binary11001101101010111110011100001000001010110001111010101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD55F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD55F3; }

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

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

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

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

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

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

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

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