Html Css Color HEX #C68AC0 Lilac

📋 copy color: '#C68AC0'

red 198 ◦ green 138 ◦ blue 192

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

Shades of Lilac #C68AC0

Tints of Lilac #C68AC0

RGB

 RED value IS 198 (77.73% from 255) = 37.5%

 GREEN value IS 138 (54.3% from 255) = 26.14%

 BLUE value IS 192 (75.39% from 255) = 36.36%

R = 37.5%
G = 26.14%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C68AC0 (or 0xC68AC0) is known color: Lilac. HEX triplet: C6, 8A and C0. RGB value is (198,138,192). Sum of RGB (Red+Green+Blue) = 198+138+192=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 198 - color contains mainly: red. Hex color #C68AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68AC0 is #39753F. Grayscale: #A1A1A1. Windows color (decimal): -3765568 or 12618438. OLE color: 12618438.

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

Color convert

RGB 198 138 192 -
CMYK 0 0.30 0.03 0.22
HSL 306º 0.34% 0.66% -
HSV(B) 306º 0.3% 0.78% -
XYZ 41.89 33.99 54.22 -
YUV 162.1 144.88 153.61 -
System Red Green Blue C M Y K H S L
Decimal 198 138 192 0 0.30 0.03 0.22 306 0.34 0.66
Hex C6 8A C0 0 1E 3 16 132 22 42
Octal 306 212 300 0 36 3 26 462 42 102
Binary 11000110 10001010 11000000 0 11110 11 10110 100110010 100010 1000010

Color Harmonies of #C68AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68AC0

Black with #C68AC0

Text Example


Text Example

White with #C68AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68AC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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