Html Css Color HEX #C08DAD Lily

📋 copy color: '#C08DAD'

red 192 ◦ green 141 ◦ blue 173

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

Shades of Lily #C08DAD

Tints of Lily #C08DAD

RGB

 RED value IS 192 (75.39% from 255) = 37.94%

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

 BLUE value IS 173 (67.97% from 255) = 34.19%

R = 37.94%
G = 27.87%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C08DAD (or 0xC08DAD) is known color: Lily. HEX triplet: C0, 8D and AD. RGB value is (192,141,173). Sum of RGB (Red+Green+Blue) = 192+141+173=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C08DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08DAD is #3F7252. Grayscale: #9F9F9F. Windows color (decimal): -4158035 or 11374016. OLE color: 11374016.

HSL color Cylindrical-coordinate representation of color #C08DAD: hue angle of 322.35º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08DAD is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 141 173 -
CMYK 0 0.27 0.10 0.25
HSL 322.35º 0.29% 0.65% -
HSV(B) 322.35º 0.27% 0.75% -
XYZ 38.81 33.27 43.91 -
YUV 159.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 192 141 173 0 0.27 0.10 0.25 322.35 0.29 0.65
Hex C0 8D AD 0 1B A 19 142 1D 41
Octal 300 215 255 0 33 12 31 502 35 101
Binary 11000000 10001101 10101101 0 11011 1010 11001 101000010 11101 1000001

Color Harmonies of #C08DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08DAD

Black with #C08DAD

Text Example


Text Example

White with #C08DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08DAD; }

 p { color: rgb(192,141,173); }

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

background-color css

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

 a { background-color: rgb(192,141,173); }

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

border-color css

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

 span { border-color: rgb(192,141,173); }

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