Html Css Color HEX #CC7DB2 Lily

📋 copy color: '#CC7DB2'

red 204 ◦ green 125 ◦ blue 178

#CC7DB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #CC7DB2

Tints of Lily #CC7DB2

RGB

 RED value IS 204 (80.08% from 255) = 40.24%

 GREEN value IS 125 (49.22% from 255) = 24.65%

 BLUE value IS 178 (69.92% from 255) = 35.11%

R = 40.24%
G = 24.65%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC7DB2 (or 0xCC7DB2) is known color: Lily. HEX triplet: CC, 7D and B2. RGB value is (204,125,178). Sum of RGB (Red+Green+Blue) = 204+125+178=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 125 (49.22% from 255 or 24.65% from 507); Blue value is 178 (69.92% from 255 or 35.11% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7DB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CC7DB2 is #33824D. Grayscale: #9A9A9A. Windows color (decimal): -3375694 or 11697612. OLE color: 11697612.

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

Color convert

RGB 204 125 178 -
CMYK 0 0.39 0.13 0.2
HSL 319.75º 0.44% 0.65% -
HSV(B) 319.75º 0.39% 0.8% -
XYZ 40.27 30.72 45.93 -
YUV 154.66 141.17 163.19 -
System Red Green Blue C M Y K H S L
Decimal 204 125 178 0 0.39 0.13 0.2 319.75 0.44 0.65
Hex CC 7D B2 0 27 D 14 140 2C 41
Octal 314 175 262 0 47 15 24 500 54 101
Binary 11001100 1111101 10110010 0 100111 1101 10100 101000000 101100 1000001

Color Harmonies of #CC7DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7DB2

Black with #CC7DB2

Text Example


Text Example

White with #CC7DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7DB2; }

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

 H1.HeaderClassName
 {
   color: #CC7DB2;
 }
 .AnyTagClassName
 {
   color: #CC7DB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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