#C495FB

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

Shades of Perfume #C495FB

Tints of Perfume #C495FB

Color information

#C495FB (or 0xC495FB) is unknown color: approx Perfume. HEX triplet: C4, 95 and FB. RGB value is (196,149,251). Sum of RGB (Red+Green+Blue) = 196+149+251=596 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.89% from 596); Green value is 149 (58.59% from 255 or 25% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #C495FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C495FB is #3B6A04. Grayscale: #AEAEAE. Windows color (decimal): -3893765 or 16487876. OLE color: 16487876.

HSL color Cylindrical-coordinate representation of color #C495FB: hue angle of 267.65º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C495FB is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB196149251-
CMYK0.220.4100.02
HSL267.65º92.73%78.43%-
HSV(B)267.65º40.64%98.43%-
XYZ50.9240.296.34-
YUV174.68171.07143.21-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.89%
GREEN value IS 149 (58.59% from 255) = 25%
BLUE value IS 251 (98.44% from 255) = 42.11%
R=32.89%
G=25%
B=42.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1961492510.220.4100.02267.6592.7378.43
HexC495FB16290210c5d4e
Octal304225373265102414135116
Binary1100010010010101111110111011010100101010000110010111011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C495FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C495FB; }

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

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

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

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

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

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

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

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