#C495F9

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

Shades of Perfume #C495F9

Tints of Perfume #C495F9

Color information

#C495F9 (or 0xC495F9) is unknown color: approx Perfume. HEX triplet: C4, 95 and F9. RGB value is (196,149,249). Sum of RGB (Red+Green+Blue) = 196+149+249=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 249 (97.66% from 255 or 41.92% from 594); Max value from RGB is 249 - color contains mainly: blue. Hex color #C495F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C495F9 is #3B6A06. Grayscale: #AEAEAE. Windows color (decimal): -3893767 or 16356804. OLE color: 16356804.

HSL color Cylindrical-coordinate representation of color #C495F9: hue angle of 268.2º degrees, saturation: 0.89, 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 #C495F9 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB196149249-
CMYK0.210.4000.02
HSL268.2º89.29%78.04%-
HSV(B)268.2º40.16%97.65%-
XYZ50.6140.0794.69-
YUV174.45170.07143.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.00%
GREEN value IS 149 (58.59% from 255) = 25.08%
BLUE value IS 249 (97.66% from 255) = 41.92%
R=33.00%
G=25.08%
B=41.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1961492490.210.4000.02268.289.2978.04
HexC495F915280210c594e
Octal304225371255002414131116
Binary1100010010010101111110011010110100001010000110010110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C495F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C495F9; }

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

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

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

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

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

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

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

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