Html Css Color HEX #CD9DC0 Lily

📋 copy color: '#CD9DC0'

red 205 ◦ green 157 ◦ blue 192

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

Shades of Lily #CD9DC0

Tints of Lily #CD9DC0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.34%

 BLUE value IS 192 (75.39% from 255) = 34.66%

R = 37%
G = 28.34%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#CD9DC0 (or 0xCD9DC0) is known color: Lily. HEX triplet: CD, 9D and C0. RGB value is (205,157,192). Sum of RGB (Red+Green+Blue) = 205+157+192=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 157 (61.72% from 255 or 28.34% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9DC0 is #32623F. Grayscale: #AFAFAF. Windows color (decimal): -3301952 or 12623309. OLE color: 12623309.

HSL color Cylindrical-coordinate representation of color #CD9DC0: hue angle of 316.25º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CD9DC0 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 157 192 -
CMYK 0 0.23 0.06 0.20
HSL 316.25º 0.32% 0.71% -
HSV(B) 316.25º 0.23% 0.8% -
XYZ 46.75 40.9 55.3 -
YUV 175.34 137.4 149.15 -
System Red Green Blue C M Y K H S L
Decimal 205 157 192 0 0.23 0.06 0.20 316.25 0.32 0.71
Hex CD 9D C0 0 17 6 14 13C 20 47
Octal 315 235 300 0 27 6 24 474 40 107
Binary 11001101 10011101 11000000 0 10111 110 10100 100111100 100000 1000111

Color Harmonies of #CD9DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9DC0

Black with #CD9DC0

Text Example


Text Example

White with #CD9DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9DC0; }

 p { color: rgb(205,157,192); }

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

background-color css

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

 a { background-color: rgb(205,157,192); }

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

border-color css

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

 span { border-color: rgb(205,157,192); }

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