Html Css Color HEX #C6A8CC Lilac

📋 copy color: '#C6A8CC'

red 198 ◦ green 168 ◦ blue 204

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

Shades of Lilac #C6A8CC

Tints of Lilac #C6A8CC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.47%

 BLUE value IS 204 (80.08% from 255) = 35.79%

R = 34.74%
G = 29.47%
B = 35.79%

CMYK

 C value IS 0.03

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C6A8CC (or 0xC6A8CC) is known color: Lilac. HEX triplet: C6, A8 and CC. RGB value is (198,168,204). Sum of RGB (Red+Green+Blue) = 198+168+204=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 204 - color contains mainly: blue. Hex color #C6A8CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A8CC is #395733. Grayscale: #B4B4B4. Windows color (decimal): -3757876 or 13412550. OLE color: 13412550.

HSL color Cylindrical-coordinate representation of color #C6A8CC: hue angle of 290º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6A8CC is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 198 168 204 -
CMYK 0.03 0.18 0 0.2
HSL 290º 0.26% 0.73% -
HSV(B) 290º 0.18% 0.8% -
XYZ 48.19 44.37 63.15 -
YUV 181.07 140.94 140.07 -
System Red Green Blue C M Y K H S L
Decimal 198 168 204 0.03 0.18 0 0.2 290 0.26 0.73
Hex C6 A8 CC 3 12 0 14 122 1A 49
Octal 306 250 314 3 22 0 24 442 32 111
Binary 11000110 10101000 11001100 11 10010 0 10100 100100010 11010 1001001

Color Harmonies of #C6A8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A8CC

Black with #C6A8CC

Text Example


Text Example

White with #C6A8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A8CC; }

 p { color: rgb(198,168,204); }

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

background-color css

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

 a { background-color: rgb(198,168,204); }

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

border-color css

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

 span { border-color: rgb(198,168,204); }

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