#CF95C4

Color #CF95C4 Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #CF95C4

Tints of Lilac #CF95C4

Color information

#CF95C4 (or 0xCF95C4) is unknown color: approx Lilac. HEX triplet: CF, 95 and C4. RGB value is (207,149,196). Sum of RGB (Red+Green+Blue) = 207+149+196=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CF95C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF95C4 is #306A3B. Grayscale: #ABABAB. Windows color (decimal): -3172924 or 12883407. OLE color: 12883407.

HSL color Cylindrical-coordinate representation of color #CF95C4: hue angle of 311.38º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF95C4 is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB207149196-
CMYK00.280.050.19
HSL311.38º37.66%69.8%-
HSV(B)311.38º28.02%81.18%-
XYZ46.4438.7557.26-
YUV171.7141.72153.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 149 (58.59% from 255) = 26.99%
BLUE value IS 196 (76.95% from 255) = 35.51%
R=37.5%
G=26.99%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714919600.280.050.19311.3837.6669.8
HexCF95C401C5131372646
Octal31722530403452346746106
Binary110011111001010111000100011100101100111001101111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF95C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF95C4; }

 p { color: rgb(207,149,196); }

 H1.HeaderClassName
 {
   color: #CF95C4;
 }
 .AnyTagClassName
 {
   color: #CF95C4;
 }
</style>
background-color css

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

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

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

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

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

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