#C596FB

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

Shades of Perfume #C596FB

Tints of Perfume #C596FB

Color information

#C596FB (or 0xC596FB) is unknown color: approx Perfume. HEX triplet: C5, 96 and FB. RGB value is (197,150,251). Sum of RGB (Red+Green+Blue) = 197+150+251=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #C596FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C596FB is #3A6904. Grayscale: #AFAFAF. Windows color (decimal): -3827973 or 16488133. OLE color: 16488133.

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

Color convert

RGB197150251-
CMYK0.220.4000.02
HSL267.92º92.66%78.63%-
HSV(B)267.92º40.24%98.43%-
XYZ51.3440.6596.41-
YUV175.57170.57143.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.94%
GREEN value IS 150 (58.98% from 255) = 25.08%
BLUE value IS 251 (98.44% from 255) = 41.97%
R=32.94%
G=25.08%
B=41.97%

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
Decimal1971502510.220.4000.02267.9292.6678.63
HexC596FB16280210c5d4f
Octal305226373265002414135117
Binary1100010110010110111110111011010100001010000110010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C596FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C596FB; }

 p { color: rgb(197,150,251); }

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

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

 a { background-color: rgb(197,150,251); }

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

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

 span { border-color: rgb(197,150,251); }

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