#CC7DED

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

Shades of Heliotrope #CC7DED

Tints of Heliotrope #CC7DED

Color information

#CC7DED (or 0xCC7DED) is unknown color: approx Heliotrope. HEX triplet: CC, 7D and ED. RGB value is (204,125,237). Sum of RGB (Red+Green+Blue) = 204+125+237=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC7DED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7DED is #338212. Grayscale: #A1A1A1. Windows color (decimal): -3375635 or 15564236. OLE color: 15564236.

HSL color Cylindrical-coordinate representation of color #CC7DED: hue angle of 282.32º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC7DED is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204125237-
CMYK0.140.4700.07
HSL282.32º75.68%70.98%-
HSV(B)282.32º47.26%92.94%-
XYZ47.5233.6284.11-
YUV161.39170.67158.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.04%
GREEN value IS 125 (49.22% from 255) = 22.08%
BLUE value IS 237 (92.97% from 255) = 41.87%
R=36.04%
G=22.08%
B=41.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041252370.140.4700.07282.3275.6870.98
HexCC7DEDE2F0711a4c47
Octal314175355165707432114107
Binary110011001111101111011011110101111011110001101010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7DED; }

 p { color: rgb(204,125,237); }

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

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

 a { background-color: rgb(204,125,237); }

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

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

 span { border-color: rgb(204,125,237); }

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