Html Css Color HEX #C6A7CB Lilac

📋 copy color: '#C6A7CB'

red 198 ◦ green 167 ◦ blue 203

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

Shades of Lilac #C6A7CB

Tints of Lilac #C6A7CB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.4%

 BLUE value IS 203 (79.69% from 255) = 35.74%

R = 34.86%
G = 29.4%
B = 35.74%

CMYK

 C value IS 0.02

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C6A7CB (or 0xC6A7CB) is known color: Lilac. HEX triplet: C6, A7 and CB. RGB value is (198,167,203). Sum of RGB (Red+Green+Blue) = 198+167+203=568 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.86% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #C6A7CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A7CB is #395834. Grayscale: #B4B4B4. Windows color (decimal): -3758133 or 13346758. OLE color: 13346758.

HSL color Cylindrical-coordinate representation of color #C6A7CB: hue angle of 291.67º 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 #C6A7CB is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 167 203 -
CMYK 0.02 0.18 0 0.20
HSL 291.67º 0.26% 0.73% -
HSV(B) 291.67º 0.18% 0.8% -
XYZ 47.89 43.96 62.46 -
YUV 180.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 198 167 203 0.02 0.18 0 0.20 291.67 0.26 0.73
Hex C6 A7 CB 2 12 0 14 124 1A 49
Octal 306 247 313 2 22 0 24 444 32 111
Binary 11000110 10100111 11001011 10 10010 0 10100 100100100 11010 1001001

Color Harmonies of #C6A7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A7CB

Black with #C6A7CB

Text Example


Text Example

White with #C6A7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A7CB; }

 p { color: rgb(198,167,203); }

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

background-color css

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

 a { background-color: rgb(198,167,203); }

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

border-color css

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

 span { border-color: rgb(198,167,203); }

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