Html Css Color HEX #C6AFCA Lilac

📋 copy color: '#C6AFCA'

red 198 ◦ green 175 ◦ blue 202

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

Shades of Lilac #C6AFCA

Tints of Lilac #C6AFCA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.43%

 BLUE value IS 202 (79.3% from 255) = 35.13%

R = 34.43%
G = 30.43%
B = 35.13%

CMYK

 C value IS 0.02

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C6AFCA (or 0xC6AFCA) is known color: Lilac. HEX triplet: C6, AF and CA. RGB value is (198,175,202). Sum of RGB (Red+Green+Blue) = 198+175+202=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 202 (79.30% from 255 or 35.13% from 575); Max value from RGB is 202 - color contains mainly: blue. Hex color #C6AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6AFCA is #395035. Grayscale: #B8B8B8. Windows color (decimal): -3756086 or 13283270. OLE color: 13283270.

HSL color Cylindrical-coordinate representation of color #C6AFCA: hue angle of 291.11º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C6AFCA is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 198 175 202 -
CMYK 0.02 0.13 0 0.21
HSL 291.11º 0.2% 0.74% -
HSV(B) 291.11º 0.13% 0.79% -
XYZ 49.28 46.93 62.34 -
YUV 184.96 137.62 137.3 -
System Red Green Blue C M Y K H S L
Decimal 198 175 202 0.02 0.13 0 0.21 291.11 0.2 0.74
Hex C6 AF CA 2 D 0 15 123 14 4A
Octal 306 257 312 2 15 0 25 443 24 112
Binary 11000110 10101111 11001010 10 1101 0 10101 100100011 10100 1001010

Color Harmonies of #C6AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6AFCA

Black with #C6AFCA

Text Example


Text Example

White with #C6AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6AFCA; }

 p { color: rgb(198,175,202); }

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

background-color css

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

 a { background-color: rgb(198,175,202); }

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

border-color css

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

 span { border-color: rgb(198,175,202); }

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