#CD5DFA

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

Shades of Heliotrope #CD5DFA

Tints of Heliotrope #CD5DFA

Color information

#CD5DFA (or 0xCD5DFA) is unknown color: approx Heliotrope. HEX triplet: CD, 5D and FA. RGB value is (205,93,250). Sum of RGB (Red+Green+Blue) = 205+93+250=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 93 (36.72% from 255 or 16.97% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #CD5DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5DFA is #32A205. Grayscale: #8F8F8F. Windows color (decimal): -3318278 or 16408013. OLE color: 16408013.

HSL color Cylindrical-coordinate representation of color #CD5DFA: hue angle of 282.8º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD5DFA is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20593250-
CMYK0.180.6300.02
HSL282.8º94.01%67.25%-
HSV(B)282.8º62.8%98.04%-
XYZ46.3527.7193.35-
YUV144.39187.61171.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 93 (36.72% from 255) = 16.97%
BLUE value IS 250 (98.05% from 255) = 45.62%
R=37.41%
G=16.97%
B=45.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal205932500.180.6300.02282.894.0167.25
HexCD5DFA123F0211b5e43
Octal315135372227702433136103
Binary110011011011101111110101001011111101010001101110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5DFA; }

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

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

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

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

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

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

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

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