Html Css Color HEX #CF8ACE Lilac

📋 copy color: '#CF8ACE'

red 207 ◦ green 138 ◦ blue 206

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

Shades of Lilac #CF8ACE

Tints of Lilac #CF8ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.05%

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

R = 37.57%
G = 25.05%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF8ACE (or 0xCF8ACE) is known color: Lilac. HEX triplet: CF, 8A and CE. RGB value is (207,138,206). Sum of RGB (Red+Green+Blue) = 207+138+206=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 138 (54.30% from 255 or 25.05% from 551); Blue value is 206 (80.86% from 255 or 37.39% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ACE is #307531. Grayscale: #A6A6A6. Windows color (decimal): -3175730 or 13535951. OLE color: 13535951.

HSL color Cylindrical-coordinate representation of color #CF8ACE: hue angle of 300.87º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8ACE is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 138 206 -
CMYK 0 0.33 0.00 0.19
HSL 300.87º 0.42% 0.68% -
HSV(B) 300.87º 0.33% 0.81% -
XYZ 45.96 35.9 62.9 -
YUV 166.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 207 138 206 0 0.33 0.00 0.19 300.87 0.42 0.68
Hex CF 8A CE 0 21 0 13 12D 2A 44
Octal 317 212 316 0 41 0 23 455 52 104
Binary 11001111 10001010 11001110 0 100001 0 10011 100101101 101010 1000100

Color Harmonies of #CF8ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8ACE

Black with #CF8ACE

Text Example


Text Example

White with #CF8ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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