Html Css Color HEX #C08DB1 Lily

📋 copy color: '#C08DB1'

red 192 ◦ green 141 ◦ blue 177

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

Shades of Lily #C08DB1

Tints of Lily #C08DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.71%

R = 37.65%
G = 27.65%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C08DB1 (or 0xC08DB1) is known color: Lily. HEX triplet: C0, 8D and B1. RGB value is (192,141,177). Sum of RGB (Red+Green+Blue) = 192+141+177=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C08DB1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C08DB1 is #3F724E. Grayscale: #A0A0A0. Windows color (decimal): -4158031 or 11636160. OLE color: 11636160.

HSL color Cylindrical-coordinate representation of color #C08DB1: hue angle of 317.65º 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 #C08DB1 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 141 177 -
CMYK 0 0.27 0.08 0.25
HSL 317.65º 0.29% 0.65% -
HSV(B) 317.65º 0.27% 0.75% -
XYZ 39.2 33.43 45.98 -
YUV 160.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 192 141 177 0 0.27 0.08 0.25 317.65 0.29 0.65
Hex C0 8D B1 0 1B 8 19 13E 1D 41
Octal 300 215 261 0 33 10 31 476 35 101
Binary 11000000 10001101 10110001 0 11011 1000 11001 100111110 11101 1000001

Color Harmonies of #C08DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08DB1

Black with #C08DB1

Text Example


Text Example

White with #C08DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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