#C495FA

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

Shades of Perfume #C495FA

Tints of Perfume #C495FA

Color information

#C495FA (or 0xC495FA) is unknown color: approx Perfume. HEX triplet: C4, 95 and FA. RGB value is (196,149,250). Sum of RGB (Red+Green+Blue) = 196+149+250=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #C495FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C495FA is #3B6A05. Grayscale: #AEAEAE. Windows color (decimal): -3893766 or 16422340. OLE color: 16422340.

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

Color convert

RGB196149250-
CMYK0.220.4000.02
HSL267.92º90.99%78.24%-
HSV(B)267.92º40.4%98.04%-
XYZ50.7740.1395.51-
YUV174.57170.57143.29-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.94%
GREEN value IS 149 (58.59% from 255) = 25.04%
BLUE value IS 250 (98.05% from 255) = 42.02%
R=32.94%
G=25.04%
B=42.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1961492500.220.4000.02267.9290.9978.24
HexC495FA16280210c5b4e
Octal304225372265002414133116
Binary1100010010010101111110101011010100001010000110010110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C495FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C495FA; }

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

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

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

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

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

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

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

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