Html Css Color HEX #CFA4CF Lilac

📋 copy color: '#CFA4CF'

red 207 ◦ green 164 ◦ blue 207

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

Shades of Lilac #CFA4CF

Tints of Lilac #CFA4CF

RGB

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

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

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

R = 35.81%
G = 28.37%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CFA4CF (or 0xCFA4CF) is known color: Lilac. HEX triplet: CF, A4 and CF. RGB value is (207,164,207). Sum of RGB (Red+Green+Blue) = 207+164+207=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 164 (64.45% from 255 or 28.37% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFA4CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA4CF is #305B30. Grayscale: #B5B5B5. Windows color (decimal): -3169073 or 13608143. OLE color: 13608143.

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

Color convert

RGB 207 164 207 -
CMYK 0 0.21 0 0.19
HSL 300º 0.31% 0.73% -
HSV(B) 300º 0.21% 0.81% -
XYZ 50.27 44.32 64.94 -
YUV 181.76 142.25 146 -
System Red Green Blue C M Y K H S L
Decimal 207 164 207 0 0.21 0 0.19 300 0.31 0.73
Hex CF A4 CF 0 15 0 13 12C 1F 49
Octal 317 244 317 0 25 0 23 454 37 111
Binary 11001111 10100100 11001111 0 10101 0 10011 100101100 11111 1001001

Color Harmonies of #CFA4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA4CF

Black with #CFA4CF

Text Example


Text Example

White with #CFA4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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