Html Css Color HEX #CD8DB1 Lily

📋 copy color: '#CD8DB1'

red 205 ◦ green 141 ◦ blue 177

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

Shades of Lily #CD8DB1

Tints of Lily #CD8DB1

RGB

 RED value IS 205 (80.47% from 255) = 39.2%

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

 BLUE value IS 177 (69.53% from 255) = 33.84%

R = 39.2%
G = 26.96%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#CD8DB1 (or 0xCD8DB1) is known color: Lily. HEX triplet: CD, 8D and B1. RGB value is (205,141,177). Sum of RGB (Red+Green+Blue) = 205+141+177=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 177 (69.53% from 255 or 33.84% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8DB1 is #32724E. Grayscale: #A4A4A4. Windows color (decimal): -3306063 or 11636173. OLE color: 11636173.

HSL color Cylindrical-coordinate representation of color #CD8DB1: hue angle of 326.25º degrees, saturation: 0.39, 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 #CD8DB1 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 141 177 -
CMYK 0 0.31 0.14 0.20
HSL 326.25º 0.39% 0.68% -
HSV(B) 326.25º 0.31% 0.8% -
XYZ 42.64 35.2 46.14 -
YUV 164.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 205 141 177 0 0.31 0.14 0.20 326.25 0.39 0.68
Hex CD 8D B1 0 1F E 14 146 27 44
Octal 315 215 261 0 37 16 24 506 47 104
Binary 11001101 10001101 10110001 0 11111 1110 10100 101000110 100111 1000100

Color Harmonies of #CD8DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8DB1

Black with #CD8DB1

Text Example


Text Example

White with #CD8DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8DB1; }

 p { color: rgb(205,141,177); }

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

background-color css

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

 a { background-color: rgb(205,141,177); }

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

border-color css

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

 span { border-color: rgb(205,141,177); }

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