Html Css Color HEX #CFA3CE Lilac

📋 copy color: '#CFA3CE'

red 207 ◦ green 163 ◦ blue 206

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

Shades of Lilac #CFA3CE

Tints of Lilac #CFA3CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.76%

R = 35.94%
G = 28.3%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CFA3CE (or 0xCFA3CE) is known color: Lilac. HEX triplet: CF, A3 and CE. RGB value is (207,163,206). Sum of RGB (Red+Green+Blue) = 207+163+206=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 163 (64.06% from 255 or 28.30% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA3CE is #305C31. Grayscale: #B4B4B4. Windows color (decimal): -3169330 or 13542351. OLE color: 13542351.

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

Color convert

RGB 207 163 206 -
CMYK 0 0.21 0.00 0.19
HSL 301.36º 0.31% 0.73% -
HSV(B) 301.36º 0.21% 0.81% -
XYZ 49.97 43.92 64.24 -
YUV 181.06 142.08 146.5 -
System Red Green Blue C M Y K H S L
Decimal 207 163 206 0 0.21 0.00 0.19 301.36 0.31 0.73
Hex CF A3 CE 0 15 0 13 12D 1F 49
Octal 317 243 316 0 25 0 23 455 37 111
Binary 11001111 10100011 11001110 0 10101 0 10011 100101101 11111 1001001

Color Harmonies of #CFA3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA3CE

Black with #CFA3CE

Text Example


Text Example

White with #CFA3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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