Html Css Color HEX #CD8DB4 Lily

📋 copy color: '#CD8DB4'

red 205 ◦ green 141 ◦ blue 180

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

Shades of Lily #CD8DB4

Tints of Lily #CD8DB4

RGB

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

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

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

R = 38.97%
G = 26.81%
B = 34.22%

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

#CD8DB4 (or 0xCD8DB4) is known color: Lily. HEX triplet: CD, 8D and B4. RGB value is (205,141,180). Sum of RGB (Red+Green+Blue) = 205+141+180=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 141 (55.47% from 255 or 26.81% from 526); Blue value is 180 (70.70% from 255 or 34.22% from 526); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8DB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DB4 is #32724B. Grayscale: #A4A4A4. Windows color (decimal): -3306060 or 11832781. OLE color: 11832781.

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

Color convert

RGB 205 141 180 -
CMYK 0 0.31 0.12 0.20
HSL 323.44º 0.39% 0.68% -
HSV(B) 323.44º 0.31% 0.8% -
XYZ 42.94 35.32 47.74 -
YUV 164.58 136.7 156.83 -
System Red Green Blue C M Y K H S L
Decimal 205 141 180 0 0.31 0.12 0.20 323.44 0.39 0.68
Hex CD 8D B4 0 1F C 14 143 27 44
Octal 315 215 264 0 37 14 24 503 47 104
Binary 11001101 10001101 10110100 0 11111 1100 10100 101000011 100111 1000100

Color Harmonies of #CD8DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8DB4

Black with #CD8DB4

Text Example


Text Example

White with #CD8DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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