#CD7AE9

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

Shades of Heliotrope #CD7AE9

Tints of Heliotrope #CD7AE9

Color information

#CD7AE9 (or 0xCD7AE9) is unknown color: approx Heliotrope. HEX triplet: CD, 7A and E9. RGB value is (205,122,233). Sum of RGB (Red+Green+Blue) = 205+122+233=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 233 (91.41% from 255 or 41.61% from 560); Max value from RGB is 233 - color contains mainly: blue. Hex color #CD7AE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD7AE9 is #328516. Grayscale: #9F9F9F. Windows color (decimal): -3310871 or 15301325. OLE color: 15301325.

HSL color Cylindrical-coordinate representation of color #CD7AE9: hue angle of 284.86º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD7AE9 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205122233-
CMYK0.120.4800.09
HSL284.86º71.61%69.61%-
HSV(B)284.86º47.64%91.37%-
XYZ46.8432.7880.95-
YUV159.47169.5160.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 122 (48.05% from 255) = 21.79%
BLUE value IS 233 (91.41% from 255) = 41.61%
R=36.61%
G=21.79%
B=41.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051222330.120.4800.09284.8671.6169.61
HexCD7AE9C300911d4846
Octal3151723511460011435110106
Binary1100110111110101110100111001100000100110001110110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7AE9; }

 p { color: rgb(205,122,233); }

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

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

 a { background-color: rgb(205,122,233); }

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

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

 span { border-color: rgb(205,122,233); }

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