Html Css Color HEX #C8A1CF Lilac

📋 copy color: '#C8A1CF'

red 200 ◦ green 161 ◦ blue 207

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

Shades of Lilac #C8A1CF

Tints of Lilac #C8A1CF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.35%

 BLUE value IS 207 (81.25% from 255) = 36.44%

R = 35.21%
G = 28.35%
B = 36.44%

CMYK

 C value IS 0.03

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C8A1CF (or 0xC8A1CF) is known color: Lilac. HEX triplet: C8, A1 and CF. RGB value is (200,161,207). Sum of RGB (Red+Green+Blue) = 200+161+207=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #C8A1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A1CF is #375E30. Grayscale: #B1B1B1. Windows color (decimal): -3628593 or 13607368. OLE color: 13607368.

HSL color Cylindrical-coordinate representation of color #C8A1CF: hue angle of 290.87º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C8A1CF is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 161 207 -
CMYK 0.03 0.22 0 0.19
HSL 290.87º 0.32% 0.72% -
HSV(B) 290.87º 0.22% 0.81% -
XYZ 47.83 42.27 64.67 -
YUV 177.91 144.42 143.76 -
System Red Green Blue C M Y K H S L
Decimal 200 161 207 0.03 0.22 0 0.19 290.87 0.32 0.72
Hex C8 A1 CF 3 16 0 13 123 20 48
Octal 310 241 317 3 26 0 23 443 40 110
Binary 11001000 10100001 11001111 11 10110 0 10011 100100011 100000 1001000

Color Harmonies of #C8A1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A1CF

Black with #C8A1CF

Text Example


Text Example

White with #C8A1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A1CF; }

 p { color: rgb(200,161,207); }

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

background-color css

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

 a { background-color: rgb(200,161,207); }

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

border-color css

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

 span { border-color: rgb(200,161,207); }

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