Html Css Color HEX #CD8DB8 Lily

📋 copy color: '#CD8DB8'

red 205 ◦ green 141 ◦ blue 184

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

Shades of Lily #CD8DB8

Tints of Lily #CD8DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 34.72%

R = 38.68%
G = 26.6%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#CD8DB8 (or 0xCD8DB8) is known color: Lily. HEX triplet: CD, 8D and B8. RGB value is (205,141,184). Sum of RGB (Red+Green+Blue) = 205+141+184=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 141 (55.47% from 255 or 26.60% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8DB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DB8 is #327247. Grayscale: #A4A4A4. Windows color (decimal): -3306056 or 12094925. OLE color: 12094925.

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

Color convert

RGB 205 141 184 -
CMYK 0 0.31 0.10 0.20
HSL 319.69º 0.39% 0.68% -
HSV(B) 319.69º 0.31% 0.8% -
XYZ 43.35 35.49 49.91 -
YUV 165.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 205 141 184 0 0.31 0.10 0.20 319.69 0.39 0.68
Hex CD 8D B8 0 1F A 14 140 27 44
Octal 315 215 270 0 37 12 24 500 47 104
Binary 11001101 10001101 10111000 0 11111 1010 10100 101000000 100111 1000100

Color Harmonies of #CD8DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8DB8

Black with #CD8DB8

Text Example


Text Example

White with #CD8DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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