#CF92C4

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

Shades of Lilac #CF92C4

Tints of Lilac #CF92C4

Color information

#CF92C4 (or 0xCF92C4) is unknown color: approx Lilac. HEX triplet: CF, 92 and C4. RGB value is (207,146,196). Sum of RGB (Red+Green+Blue) = 207+146+196=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 196 (76.95% from 255 or 35.70% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CF92C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF92C4 is #306D3B. Grayscale: #A9A9A9. Windows color (decimal): -3173692 or 12882639. OLE color: 12882639.

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

Color convert

RGB207146196-
CMYK00.290.050.19
HSL310.82º38.85%69.22%-
HSV(B)310.82º29.47%81.18%-
XYZ45.9737.8157.1-
YUV169.94142.71154.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.70%
GREEN value IS 146 (57.42% from 255) = 26.59%
BLUE value IS 196 (76.95% from 255) = 35.70%
R=37.70%
G=26.59%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714619600.290.050.19310.8238.8569.22
HexCF92C401D5131372745
Octal31722230403552346747105
Binary110011111001001011000100011101101100111001101111001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF92C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF92C4; }

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

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

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

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

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

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

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

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