Html Css Color HEX #CD8DB5 Lily

📋 copy color: '#CD8DB5'

red 205 ◦ green 141 ◦ blue 181

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

Shades of Lily #CD8DB5

Tints of Lily #CD8DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.35%

R = 38.9%
G = 26.76%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CD8DB5 (or 0xCD8DB5) is known color: Lily. HEX triplet: CD, 8D and B5. RGB value is (205,141,181). Sum of RGB (Red+Green+Blue) = 205+141+181=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 181 (71.09% from 255 or 34.35% from 527); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DB5 is #32724A. Grayscale: #A4A4A4. Windows color (decimal): -3306059 or 11898317. OLE color: 11898317.

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

Color convert

RGB 205 141 181 -
CMYK 0 0.31 0.12 0.20
HSL 322.5º 0.39% 0.68% -
HSV(B) 322.5º 0.31% 0.8% -
XYZ 43.04 35.37 48.27 -
YUV 164.7 137.2 156.75 -
System Red Green Blue C M Y K H S L
Decimal 205 141 181 0 0.31 0.12 0.20 322.5 0.39 0.68
Hex CD 8D B5 0 1F C 14 142 27 44
Octal 315 215 265 0 37 14 24 502 47 104
Binary 11001101 10001101 10110101 0 11111 1100 10100 101000010 100111 1000100

Color Harmonies of #CD8DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8DB5

Black with #CD8DB5

Text Example


Text Example

White with #CD8DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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