Html Css Color HEX #CC8DB4 Lily

📋 copy color: '#CC8DB4'

red 204 ◦ green 141 ◦ blue 180

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

Shades of Lily #CC8DB4

Tints of Lily #CC8DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.29%

R = 38.86%
G = 26.86%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.2

RGB Variations

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

Color information

#CC8DB4 (or 0xCC8DB4) is known color: Lily. HEX triplet: CC, 8D and B4. RGB value is (204,141,180). Sum of RGB (Red+Green+Blue) = 204+141+180=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8DB4 is #33724B. Grayscale: #A4A4A4. Windows color (decimal): -3371596 or 11832780. OLE color: 11832780.

HSL color Cylindrical-coordinate representation of color #CC8DB4: hue angle of 322.86º 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 #CC8DB4 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 141 180 -
CMYK 0 0.31 0.12 0.2
HSL 322.86º 0.38% 0.68% -
HSV(B) 322.86º 0.31% 0.8% -
XYZ 42.66 35.18 47.72 -
YUV 164.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 204 141 180 0 0.31 0.12 0.2 322.86 0.38 0.68
Hex CC 8D B4 0 1F C 14 143 26 44
Octal 314 215 264 0 37 14 24 503 46 104
Binary 11001100 10001101 10110100 0 11111 1100 10100 101000011 100110 1000100

Color Harmonies of #CC8DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8DB4

Black with #CC8DB4

Text Example


Text Example

White with #CC8DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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