#CD5DF4

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

Shades of Heliotrope #CD5DF4

Tints of Heliotrope #CD5DF4

Color information

#CD5DF4 (or 0xCD5DF4) is unknown color: approx Heliotrope. HEX triplet: CD, 5D and F4. RGB value is (205,93,244). Sum of RGB (Red+Green+Blue) = 205+93+244=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 93 (36.72% from 255 or 17.16% from 542); Blue value is 244 (95.70% from 255 or 45.02% from 542); Max value from RGB is 244 - color contains mainly: blue. Hex color #CD5DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5DF4 is #32A20B. Grayscale: #8F8F8F. Windows color (decimal): -3318284 or 16014797. OLE color: 16014797.

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

Color convert

RGB20593244-
CMYK0.160.6200.04
HSL284.5º87.28%66.08%-
HSV(B)284.5º61.89%95.69%-
XYZ45.4227.3488.47-
YUV143.7184.61171.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.82%
GREEN value IS 93 (36.72% from 255) = 17.16%
BLUE value IS 244 (95.70% from 255) = 45.02%
R=37.82%
G=17.16%
B=45.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal205932440.160.6200.04284.587.2866.08
HexCD5DF4103E0411d5742
Octal315135364207604435127102
Binary1100110110111011111010010000111110010010001110110101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5DF4; }

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

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

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

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

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

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

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

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