#CD8AF7

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

Shades of Heliotrope #CD8AF7

Tints of Heliotrope #CD8AF7

Color information

#CD8AF7 (or 0xCD8AF7) is unknown color: approx Heliotrope. HEX triplet: CD, 8A and F7. RGB value is (205,138,247). Sum of RGB (Red+Green+Blue) = 205+138+247=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 138 (54.30% from 255 or 23.39% from 590); Blue value is 247 (96.88% from 255 or 41.86% from 590); Max value from RGB is 247 - color contains mainly: blue. Hex color #CD8AF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD8AF7 is #327508. Grayscale: #AAAAAA. Windows color (decimal): -3306761 or 16222925. OLE color: 16222925.

HSL color Cylindrical-coordinate representation of color #CD8AF7: hue angle of 276.88º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD8AF7 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB205138247-
CMYK0.170.4400.03
HSL276.88º87.2%75.49%-
HSV(B)276.88º44.13%96.86%-
XYZ51.0537.8792.61-
YUV170.46171.2152.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.75%
GREEN value IS 138 (54.30% from 255) = 23.39%
BLUE value IS 247 (96.88% from 255) = 41.86%
R=34.75%
G=23.39%
B=41.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2051382470.170.4400.03276.8887.275.49
HexCD8AF7112C03115574b
Octal315212367215403425127113
Binary1100110110001010111101111000110110001110001010110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8AF7; }

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

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

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

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

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

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

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

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