#CD5DF3

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

Shades of Heliotrope #CD5DF3

Tints of Heliotrope #CD5DF3

Color information

#CD5DF3 (or 0xCD5DF3) is unknown color: approx Heliotrope. HEX triplet: CD, 5D and F3. RGB value is (205,93,243). Sum of RGB (Red+Green+Blue) = 205+93+243=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 93 (36.72% from 255 or 17.19% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #CD5DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5DF3 is #32A20C. Grayscale: #8F8F8F. Windows color (decimal): -3318285 or 15949261. OLE color: 15949261.

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

Color convert

RGB20593243-
CMYK0.160.6200.05
HSL284.8º86.21%65.88%-
HSV(B)284.8º61.73%95.29%-
XYZ45.2727.2887.67-
YUV143.59184.11171.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 93 (36.72% from 255) = 17.19%
BLUE value IS 243 (95.31% from 255) = 44.92%
R=37.89%
G=17.19%
B=44.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal205932430.160.6200.05284.886.2165.88
HexCD5DF3103E0511d5642
Octal315135363207605435126102
Binary1100110110111011111001110000111110010110001110110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5DF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5DF3; }

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

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

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

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

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

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

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

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