Html Css Color HEX #CFA4C6 Lilac

📋 copy color: '#CFA4C6'

red 207 ◦ green 164 ◦ blue 198

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

Shades of Lilac #CFA4C6

Tints of Lilac #CFA4C6

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.82%

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

R = 36.38%
G = 28.82%
B = 34.8%

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

#CFA4C6 (or 0xCFA4C6) is known color: Lilac. HEX triplet: CF, A4 and C6. RGB value is (207,164,198). Sum of RGB (Red+Green+Blue) = 207+164+198=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 164 (64.45% from 255 or 28.82% from 569); Blue value is 198 (77.73% from 255 or 34.80% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4C6 is #305B39. Grayscale: #B4B4B4. Windows color (decimal): -3169082 or 13018319. OLE color: 13018319.

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

Color convert

RGB 207 164 198 -
CMYK 0 0.21 0.04 0.19
HSL 312.56º 0.31% 0.73% -
HSV(B) 312.56º 0.21% 0.81% -
XYZ 49.2 43.89 59.31 -
YUV 180.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 207 164 198 0 0.21 0.04 0.19 312.56 0.31 0.73
Hex CF A4 C6 0 15 4 13 139 1F 49
Octal 317 244 306 0 25 4 23 471 37 111
Binary 11001111 10100100 11000110 0 10101 100 10011 100111001 11111 1001001

Color Harmonies of #CFA4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA4C6

Black with #CFA4C6

Text Example


Text Example

White with #CFA4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA4C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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