Html Css Color HEX #C7AFCA Lilac

📋 copy color: '#C7AFCA'

red 199 ◦ green 175 ◦ blue 202

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

Shades of Lilac #C7AFCA

Tints of Lilac #C7AFCA

RGB

 RED value IS 199 (78.13% from 255) = 34.55%

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

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

R = 34.55%
G = 30.38%
B = 35.07%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C7AFCA (or 0xC7AFCA) is known color: Lilac. HEX triplet: C7, AF and CA. RGB value is (199,175,202). Sum of RGB (Red+Green+Blue) = 199+175+202=576 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.55% from 576); Green value is 175 (68.75% from 255 or 30.38% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 202 - color contains mainly: blue. Hex color #C7AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFCA is #385035. Grayscale: #B9B9B9. Windows color (decimal): -3690550 or 13283271. OLE color: 13283271.

HSL color Cylindrical-coordinate representation of color #C7AFCA: hue angle of 293.33º 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 #C7AFCA is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 199 175 202 -
CMYK 0.01 0.13 0 0.21
HSL 293.33º 0.2% 0.74% -
HSV(B) 293.33º 0.13% 0.79% -
XYZ 49.54 47.07 62.35 -
YUV 185.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 199 175 202 0.01 0.13 0 0.21 293.33 0.2 0.74
Hex C7 AF CA 1 D 0 15 125 14 4A
Octal 307 257 312 1 15 0 25 445 24 112
Binary 11000111 10101111 11001010 1 1101 0 10101 100100101 10100 1001010

Color Harmonies of #C7AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AFCA

Black with #C7AFCA

Text Example


Text Example

White with #C7AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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