Html Css Color HEX #CFA3C6 Lilac

📋 copy color: '#CFA3C6'

red 207 ◦ green 163 ◦ blue 198

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

Shades of Lilac #CFA3C6

Tints of Lilac #CFA3C6

RGB

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

 GREEN value IS 163 (64.06% from 255) = 28.7%

 BLUE value IS 198 (77.73% from 255) = 34.86%

R = 36.44%
G = 28.7%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CFA3C6 (or 0xCFA3C6) is known color: Lilac. HEX triplet: CF, A3 and C6. RGB value is (207,163,198). Sum of RGB (Red+Green+Blue) = 207+163+198=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 163 (64.06% from 255 or 28.70% from 568); Blue value is 198 (77.73% from 255 or 34.86% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA3C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3C6 is #305C39. Grayscale: #B4B4B4. Windows color (decimal): -3169338 or 13018063. OLE color: 13018063.

HSL color Cylindrical-coordinate representation of color #CFA3C6: hue angle of 312.27º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFA3C6 is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 163 198 -
CMYK 0 0.21 0.04 0.19
HSL 312.27º 0.31% 0.73% -
HSV(B) 312.27º 0.21% 0.81% -
XYZ 49.02 43.54 59.25 -
YUV 180.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 207 163 198 0 0.21 0.04 0.19 312.27 0.31 0.73
Hex CF A3 C6 0 15 4 13 138 1F 49
Octal 317 243 306 0 25 4 23 470 37 111
Binary 11001111 10100011 11000110 0 10101 100 10011 100111000 11111 1001001

Color Harmonies of #CFA3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA3C6

Black with #CFA3C6

Text Example


Text Example

White with #CFA3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA3C6; }

 p { color: rgb(207,163,198); }

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

background-color css

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

 a { background-color: rgb(207,163,198); }

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

border-color css

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

 span { border-color: rgb(207,163,198); }

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