Html Css Color HEX #C08CC6 Lilac

📋 copy color: '#C08CC6'

red 192 ◦ green 140 ◦ blue 198

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

Shades of Lilac #C08CC6

Tints of Lilac #C08CC6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.42%

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

R = 36.23%
G = 26.42%
B = 37.36%

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

#C08CC6 (or 0xC08CC6) is known color: Lilac. HEX triplet: C0, 8C and C6. RGB value is (192,140,198). Sum of RGB (Red+Green+Blue) = 192+140+198=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 198 - color contains mainly: blue. Hex color #C08CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CC6 is #3F7339. Grayscale: #A1A1A1. Windows color (decimal): -4158266 or 13012160. OLE color: 13012160.

HSL color Cylindrical-coordinate representation of color #C08CC6: hue angle of 293.79º degrees, saturation: 0.34, 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 #C08CC6 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 140 198 -
CMYK 0.03 0.29 0 0.22
HSL 293.79º 0.34% 0.66% -
HSV(B) 293.79º 0.29% 0.78% -
XYZ 41.31 34.04 57.82 -
YUV 162.16 148.23 149.28 -
System Red Green Blue C M Y K H S L
Decimal 192 140 198 0.03 0.29 0 0.22 293.79 0.34 0.66
Hex C0 8C C6 3 1D 0 16 126 22 42
Octal 300 214 306 3 35 0 26 446 42 102
Binary 11000000 10001100 11000110 11 11101 0 10110 100100110 100010 1000010

Color Harmonies of #C08CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CC6

Black with #C08CC6

Text Example


Text Example

White with #C08CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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