#CD8AF5

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

Shades of Heliotrope #CD8AF5

Tints of Heliotrope #CD8AF5

Color information

#CD8AF5 (or 0xCD8AF5) is unknown color: approx Heliotrope. HEX triplet: CD, 8A and F5. RGB value is (205,138,245). Sum of RGB (Red+Green+Blue) = 205+138+245=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 245 (96.09% from 255 or 41.67% from 588); Max value from RGB is 245 - color contains mainly: blue. Hex color #CD8AF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD8AF5 is #32750A. Grayscale: #A9A9A9. Windows color (decimal): -3306763 or 16091853. OLE color: 16091853.

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

Color convert

RGB205138245-
CMYK0.160.4400.04
HSL277.57º84.25%75.1%-
HSV(B)277.57º43.67%96.08%-
XYZ50.7537.7591-
YUV170.23170.2152.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 138 (54.30% from 255) = 23.47%
BLUE value IS 245 (96.09% from 255) = 41.67%
R=34.86%
G=23.47%
B=41.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2051382450.160.4400.04277.5784.2575.1
HexCD8AF5102C04116544b
Octal315212365205404426124113
Binary11001101100010101111010110000101100010010001011010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8AF5; }

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

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

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

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

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

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

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

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