Html Css Color HEX #CD8DB9 Lily

📋 copy color: '#CD8DB9'

red 205 ◦ green 141 ◦ blue 185

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

Shades of Lily #CD8DB9

Tints of Lily #CD8DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.84%

R = 38.61%
G = 26.55%
B = 34.84%

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

#CD8DB9 (or 0xCD8DB9) is known color: Lily. HEX triplet: CD, 8D and B9. RGB value is (205,141,185). Sum of RGB (Red+Green+Blue) = 205+141+185=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 185 (72.66% from 255 or 34.84% from 531); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8DB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DB9 is #327246. Grayscale: #A5A5A5. Windows color (decimal): -3306055 or 12160461. OLE color: 12160461.

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

Color convert

RGB 205 141 185 -
CMYK 0 0.31 0.10 0.20
HSL 318.75º 0.39% 0.68% -
HSV(B) 318.75º 0.31% 0.8% -
XYZ 43.46 35.53 50.47 -
YUV 165.15 139.2 156.42 -
System Red Green Blue C M Y K H S L
Decimal 205 141 185 0 0.31 0.10 0.20 318.75 0.39 0.68
Hex CD 8D B9 0 1F A 14 13F 27 44
Octal 315 215 271 0 37 12 24 477 47 104
Binary 11001101 10001101 10111001 0 11111 1010 10100 100111111 100111 1000100

Color Harmonies of #CD8DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8DB9

Black with #CD8DB9

Text Example


Text Example

White with #CD8DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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