#CC7EF5

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

Shades of Heliotrope #CC7EF5

Tints of Heliotrope #CC7EF5

Color information

#CC7EF5 (or 0xCC7EF5) is unknown color: approx Heliotrope. HEX triplet: CC, 7E and F5. RGB value is (204,126,245). Sum of RGB (Red+Green+Blue) = 204+126+245=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 126 (49.61% from 255 or 21.91% from 575); Blue value is 245 (96.09% from 255 or 42.61% from 575); Max value from RGB is 245 - color contains mainly: blue. Hex color #CC7EF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7EF5 is #33810A. Grayscale: #A2A2A2. Windows color (decimal): -3375371 or 16088780. OLE color: 16088780.

HSL color Cylindrical-coordinate representation of color #CC7EF5: hue angle of 279.33º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC7EF5 is Cyan = 0.17, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB204126245-
CMYK0.170.4900.04
HSL279.33º85.61%72.75%-
HSV(B)279.33º48.57%96.08%-
XYZ48.8434.3590.44-
YUV162.89174.34157.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 126 (49.61% from 255) = 21.91%
BLUE value IS 245 (96.09% from 255) = 42.61%
R=35.48%
G=21.91%
B=42.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041262450.170.4900.04279.3385.6172.75
HexCC7EF51131041175649
Octal314176365216104427126111
Binary1100110011111101111010110001110001010010001011110101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7EF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7EF5; }

 p { color: rgb(204,126,245); }

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

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

 a { background-color: rgb(204,126,245); }

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

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

 span { border-color: rgb(204,126,245); }

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