Html Css Color HEX #C6A2CD Lilac

📋 copy color: '#C6A2CD'

red 198 ◦ green 162 ◦ blue 205

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

Shades of Lilac #C6A2CD

Tints of Lilac #C6A2CD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.67%

 BLUE value IS 205 (80.47% from 255) = 36.28%

R = 35.04%
G = 28.67%
B = 36.28%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C6A2CD (or 0xC6A2CD) is known color: Lilac. HEX triplet: C6, A2 and CD. RGB value is (198,162,205). Sum of RGB (Red+Green+Blue) = 198+162+205=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 205 - color contains mainly: blue. Hex color #C6A2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6A2CD is #395D32. Grayscale: #B1B1B1. Windows color (decimal): -3759411 or 13476550. OLE color: 13476550.

HSL color Cylindrical-coordinate representation of color #C6A2CD: hue angle of 290.23º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6A2CD is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 198 162 205 -
CMYK 0.03 0.21 0 0.20
HSL 290.23º 0.3% 0.72% -
HSV(B) 290.23º 0.21% 0.8% -
XYZ 47.23 42.25 63.42 -
YUV 177.67 143.43 142.5 -
System Red Green Blue C M Y K H S L
Decimal 198 162 205 0.03 0.21 0 0.20 290.23 0.3 0.72
Hex C6 A2 CD 3 15 0 14 122 1E 48
Octal 306 242 315 3 25 0 24 442 36 110
Binary 11000110 10100010 11001101 11 10101 0 10100 100100010 11110 1001000

Color Harmonies of #C6A2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A2CD

Black with #C6A2CD

Text Example


Text Example

White with #C6A2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A2CD; }

 p { color: rgb(198,162,205); }

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

background-color css

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

 a { background-color: rgb(198,162,205); }

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

border-color css

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

 span { border-color: rgb(198,162,205); }

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