#cd7fe9

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

Shades of Heliotrope #CD7FE9

Tints of Heliotrope #CD7FE9

Color information

#CD7FE9 (or 0xCD7FE9) is unknown color: approx Heliotrope. HEX triplet: CD, 7F and E9. RGB value is (205,127,233). Sum of RGB (Red+Green+Blue) = 205+127+233=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 127 (50% from 255 or 22.48% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 233 - color contains mainly: blue. Hex color #CD7FE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD7FE9 is #328016. Grayscale: #A2A2A2. Windows color (decimal): -3309591 or 15302605. OLE color: 15302605.

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

Color convert

RGB205127233-
CMYK0.120.4500.09
HSL284.15º70.67%70.59%-
HSV(B)284.15º45.49%91.37%-
XYZ47.4734.0481.16-
YUV162.41167.84158.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 127 (50% from 255) = 22.48%
BLUE value IS 233 (91.41% from 255) = 41.24%
R=36.28%
G=22.48%
B=41.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051272330.120.4500.09284.1570.6770.59
HexCD7FE9C2D0911c4747
Octal3151773511455011434107107
Binary1100110111111111110100111001011010100110001110010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd7fe9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd7fe9; }

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

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

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

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

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

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

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

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