Html Css Color HEX #CC8DB2 Lily

📋 copy color: '#CC8DB2'

red 204 ◦ green 141 ◦ blue 178

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

Shades of Lily #CC8DB2

Tints of Lily #CC8DB2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.96%

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

R = 39.01%
G = 26.96%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#CC8DB2 (or 0xCC8DB2) is known color: Lily. HEX triplet: CC, 8D and B2. RGB value is (204,141,178). Sum of RGB (Red+Green+Blue) = 204+141+178=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 178 (69.92% from 255 or 34.03% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8DB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8DB2 is #33724D. Grayscale: #A3A3A3. Windows color (decimal): -3371598 or 11701708. OLE color: 11701708.

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

Color convert

RGB 204 141 178 -
CMYK 0 0.31 0.13 0.2
HSL 324.76º 0.38% 0.68% -
HSV(B) 324.76º 0.31% 0.8% -
XYZ 42.46 35.1 46.66 -
YUV 164.06 135.87 156.49 -
System Red Green Blue C M Y K H S L
Decimal 204 141 178 0 0.31 0.13 0.2 324.76 0.38 0.68
Hex CC 8D B2 0 1F D 14 145 26 44
Octal 314 215 262 0 37 15 24 505 46 104
Binary 11001100 10001101 10110010 0 11111 1101 10100 101000101 100110 1000100

Color Harmonies of #CC8DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8DB2

Black with #CC8DB2

Text Example


Text Example

White with #CC8DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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