#CC7EB1

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

Shades of Lily #CC7EB1

Tints of Lily #CC7EB1

Color information

#CC7EB1 (or 0xCC7EB1) is unknown color: approx Lily. HEX triplet: CC, 7E and B1. RGB value is (204,126,177). Sum of RGB (Red+Green+Blue) = 204+126+177=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 126 (49.61% from 255 or 24.85% from 507); Blue value is 177 (69.53% from 255 or 34.91% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7EB1 is #33814E. Grayscale: #9B9B9B. Windows color (decimal): -3375439 or 11632332. OLE color: 11632332.

HSL color Cylindrical-coordinate representation of color #CC7EB1: hue angle of 320.77º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC7EB1 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB204126177-
CMYK00.380.130.2
HSL320.77º43.33%64.71%-
HSV(B)320.77º38.24%80%-
XYZ40.330.9345.44-
YUV155.14140.34162.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 126 (49.61% from 255) = 24.85%
BLUE value IS 177 (69.53% from 255) = 34.91%
R=40.24%
G=24.85%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412617700.380.130.2320.7743.3364.71
HexCC7EB1026D141412b41
Octal314176261046152450153101
Binary1100110011111101011000101001101101101001010000011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7EB1; }

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

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

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

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

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

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

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

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