#CC7EF3

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

Shades of Heliotrope #CC7EF3

Tints of Heliotrope #CC7EF3

Color information

#CC7EF3 (or 0xCC7EF3) is unknown color: approx Heliotrope. HEX triplet: CC, 7E and F3. RGB value is (204,126,243). Sum of RGB (Red+Green+Blue) = 204+126+243=573 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.60% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #CC7EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC7EF3 is #33810C. Grayscale: #A2A2A2. Windows color (decimal): -3375373 or 15957708. OLE color: 15957708.

HSL color Cylindrical-coordinate representation of color #CC7EF3: hue angle of 280º degrees, saturation: 0.83, 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 #CC7EF3 is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204126243-
CMYK0.160.4800.05
HSL280º82.98%72.35%-
HSV(B)280º48.15%95.29%-
XYZ48.5434.2388.84-
YUV162.66173.34157.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.60%
GREEN value IS 126 (49.61% from 255) = 21.99%
BLUE value IS 243 (95.31% from 255) = 42.41%
R=35.60%
G=21.99%
B=42.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2041262430.160.4800.0528082.9872.35
HexCC7EF31030051185348
Octal314176363206005430123110
Binary1100110011111101111001110000110000010110001100010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7EF3; }

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

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

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

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

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

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

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

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