#CD7EF9

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

Shades of Heliotrope #CD7EF9

Tints of Heliotrope #CD7EF9

Color information

#CD7EF9 (or 0xCD7EF9) is unknown color: approx Heliotrope. HEX triplet: CD, 7E and F9. RGB value is (205,126,249). Sum of RGB (Red+Green+Blue) = 205+126+249=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 249 (97.66% from 255 or 42.93% from 580); Max value from RGB is 249 - color contains mainly: blue. Hex color #CD7EF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD7EF9 is #328106. Grayscale: #A3A3A3. Windows color (decimal): -3309831 or 16350925. OLE color: 16350925.

HSL color Cylindrical-coordinate representation of color #CD7EF9: hue angle of 278.54º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD7EF9 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB205126249-
CMYK0.180.4900.02
HSL278.54º91.11%73.53%-
HSV(B)278.54º49.4%97.65%-
XYZ49.7434.7493.71-
YUV163.64176.17157.5-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.34%
GREEN value IS 126 (49.61% from 255) = 21.72%
BLUE value IS 249 (97.66% from 255) = 42.93%
R=35.34%
G=21.72%
B=42.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2051262490.180.4900.02278.5491.1173.53
HexCD7EF91231021175b4a
Octal315176371226102427133112
Binary110011011111110111110011001011000101010001011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7EF9; }

 p { color: rgb(205,126,249); }

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

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

 a { background-color: rgb(205,126,249); }

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

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

 span { border-color: rgb(205,126,249); }

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