Html Css Color HEX #C08DBF Lilac

📋 copy color: '#C08DBF'

red 192 ◦ green 141 ◦ blue 191

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

Shades of Lilac #C08DBF

Tints of Lilac #C08DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.45%

R = 36.64%
G = 26.91%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#C08DBF (or 0xC08DBF) is known color: Lilac. HEX triplet: C0, 8D and BF. RGB value is (192,141,191). Sum of RGB (Red+Green+Blue) = 192+141+191=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C08DBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DBF is #3F7240. Grayscale: #A1A1A1. Windows color (decimal): -4158017 or 12553664. OLE color: 12553664.

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

Color convert

RGB 192 141 191 -
CMYK 0 0.27 0.01 0.25
HSL 301.18º 0.29% 0.65% -
HSV(B) 301.18º 0.27% 0.75% -
XYZ 40.67 34.02 53.71 -
YUV 161.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 192 141 191 0 0.27 0.01 0.25 301.18 0.29 0.65
Hex C0 8D BF 0 1B 1 19 12D 1D 41
Octal 300 215 277 0 33 1 31 455 35 101
Binary 11000000 10001101 10111111 0 11011 1 11001 100101101 11101 1000001

Color Harmonies of #C08DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08DBF

Black with #C08DBF

Text Example


Text Example

White with #C08DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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