Html Css Color HEX #C08DC6 Lilac

📋 copy color: '#C08DC6'

red 192 ◦ green 141 ◦ blue 198

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

Shades of Lilac #C08DC6

Tints of Lilac #C08DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.29%

R = 36.16%
G = 26.55%
B = 37.29%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C08DC6 (or 0xC08DC6) is known color: Lilac. HEX triplet: C0, 8D and C6. RGB value is (192,141,198). Sum of RGB (Red+Green+Blue) = 192+141+198=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 198 (77.73% from 255 or 37.29% from 531); Max value from RGB is 198 - color contains mainly: blue. Hex color #C08DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DC6 is #3F7239. Grayscale: #A2A2A2. Windows color (decimal): -4158010 or 13012416. OLE color: 13012416.

HSL color Cylindrical-coordinate representation of color #C08DC6: hue angle of 293.68º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C08DC6 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 141 198 -
CMYK 0.03 0.29 0 0.22
HSL 293.68º 0.33% 0.66% -
HSV(B) 293.68º 0.29% 0.78% -
XYZ 41.46 34.33 57.87 -
YUV 162.75 147.9 148.87 -
System Red Green Blue C M Y K H S L
Decimal 192 141 198 0.03 0.29 0 0.22 293.68 0.33 0.66
Hex C0 8D C6 3 1D 0 16 126 21 42
Octal 300 215 306 3 35 0 26 446 41 102
Binary 11000000 10001101 11000110 11 11101 0 10110 100100110 100001 1000010

Color Harmonies of #C08DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08DC6

Black with #C08DC6

Text Example


Text Example

White with #C08DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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