Html Css Color HEX #CFA4C7 Lilac

📋 copy color: '#CFA4C7'

red 207 ◦ green 164 ◦ blue 199

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

Shades of Lilac #CFA4C7

Tints of Lilac #CFA4C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 34.91%

R = 36.32%
G = 28.77%
B = 34.91%

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

#CFA4C7 (or 0xCFA4C7) is known color: Lilac. HEX triplet: CF, A4 and C7. RGB value is (207,164,199). Sum of RGB (Red+Green+Blue) = 207+164+199=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA4C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4C7 is #305B38. Grayscale: #B4B4B4. Windows color (decimal): -3169081 or 13083855. OLE color: 13083855.

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

Color convert

RGB 207 164 199 -
CMYK 0 0.21 0.04 0.19
HSL 311.16º 0.31% 0.73% -
HSV(B) 311.16º 0.21% 0.81% -
XYZ 49.32 43.94 59.91 -
YUV 180.85 138.25 146.65 -
System Red Green Blue C M Y K H S L
Decimal 207 164 199 0 0.21 0.04 0.19 311.16 0.31 0.73
Hex CF A4 C7 0 15 4 13 137 1F 49
Octal 317 244 307 0 25 4 23 467 37 111
Binary 11001111 10100100 11000111 0 10101 100 10011 100110111 11111 1001001

Color Harmonies of #CFA4C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA4C7

Black with #CFA4C7

Text Example


Text Example

White with #CFA4C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA4C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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