#CD7EF2

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

Shades of Heliotrope #CD7EF2

Tints of Heliotrope #CD7EF2

Color information

#CD7EF2 (or 0xCD7EF2) is unknown color: approx Heliotrope. HEX triplet: CD, 7E and F2. RGB value is (205,126,242). Sum of RGB (Red+Green+Blue) = 205+126+242=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD7EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD7EF2 is #32810D. Grayscale: #A2A2A2. Windows color (decimal): -3309838 or 15892173. OLE color: 15892173.

HSL color Cylindrical-coordinate representation of color #CD7EF2: hue angle of 280.86º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CD7EF2 is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB205126242-
CMYK0.150.4800.05
HSL280.86º81.69%72.16%-
HSV(B)280.86º47.93%94.9%-
XYZ48.6634.3188.06-
YUV162.84172.67158.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.78%
GREEN value IS 126 (49.61% from 255) = 21.99%
BLUE value IS 242 (94.92% from 255) = 42.23%
R=35.78%
G=21.99%
B=42.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2051262420.150.4800.05280.8681.6972.16
HexCD7EF2F30051195248
Octal315176362176005431122110
Binary110011011111110111100101111110000010110001100110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7EF2; }

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

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

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

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

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

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

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

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