Html Css Color HEX #CD8DB3 Lily

📋 copy color: '#CD8DB3'

red 205 ◦ green 141 ◦ blue 179

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

Shades of Lily #CD8DB3

Tints of Lily #CD8DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 34.1%

R = 39.05%
G = 26.86%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CD8DB3 (or 0xCD8DB3) is known color: Lily. HEX triplet: CD, 8D and B3. RGB value is (205,141,179). Sum of RGB (Red+Green+Blue) = 205+141+179=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 179 (70.31% from 255 or 34.10% from 525); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8DB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8DB3 is #32724C. Grayscale: #A4A4A4. Windows color (decimal): -3306061 or 11767245. OLE color: 11767245.

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

Color convert

RGB 205 141 179 -
CMYK 0 0.31 0.13 0.20
HSL 324.38º 0.39% 0.68% -
HSV(B) 324.38º 0.31% 0.8% -
XYZ 42.84 35.28 47.2 -
YUV 164.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 205 141 179 0 0.31 0.13 0.20 324.38 0.39 0.68
Hex CD 8D B3 0 1F D 14 144 27 44
Octal 315 215 263 0 37 15 24 504 47 104
Binary 11001101 10001101 10110011 0 11111 1101 10100 101000100 100111 1000100

Color Harmonies of #CD8DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8DB3

Black with #CD8DB3

Text Example


Text Example

White with #CD8DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8DB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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