Html Css Color HEX #C8AFCA Lilac

📋 copy color: '#C8AFCA'

red 200 ◦ green 175 ◦ blue 202

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

Shades of Lilac #C8AFCA

Tints of Lilac #C8AFCA

RGB

 RED value IS 200 (78.52% from 255) = 34.66%

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

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

R = 34.66%
G = 30.33%
B = 35.01%

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

#C8AFCA (or 0xC8AFCA) is known color: Lilac. HEX triplet: C8, AF and CA. RGB value is (200,175,202). Sum of RGB (Red+Green+Blue) = 200+175+202=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 202 - color contains mainly: blue. Hex color #C8AFCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AFCA is #375035. Grayscale: #B9B9B9. Windows color (decimal): -3625014 or 13283272. OLE color: 13283272.

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

Color convert

RGB 200 175 202 -
CMYK 0.01 0.13 0 0.21
HSL 295.56º 0.2% 0.74% -
HSV(B) 295.56º 0.13% 0.79% -
XYZ 49.81 47.2 62.36 -
YUV 185.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 200 175 202 0.01 0.13 0 0.21 295.56 0.2 0.74
Hex C8 AF CA 1 D 0 15 128 14 4A
Octal 310 257 312 1 15 0 25 450 24 112
Binary 11001000 10101111 11001010 1 1101 0 10101 100101000 10100 1001010

Color Harmonies of #C8AFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AFCA

Black with #C8AFCA

Text Example


Text Example

White with #C8AFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AFCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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