#C59BFB

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

Shades of Perfume #C59BFB

Tints of Perfume #C59BFB

Color information

#C59BFB (or 0xC59BFB) is unknown color: approx Perfume. HEX triplet: C5, 9B and FB. RGB value is (197,155,251). Sum of RGB (Red+Green+Blue) = 197+155+251=603 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.67% from 603); Green value is 155 (60.94% from 255 or 25.70% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #C59BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59BFB is #3A6404. Grayscale: #B2B2B2. Windows color (decimal): -3826693 or 16489413. OLE color: 16489413.

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

Color convert

RGB197155251-
CMYK0.220.3800.02
HSL266.25º92.31%79.61%-
HSV(B)266.25º38.25%98.43%-
XYZ52.1642.2896.68-
YUV178.5168.91141.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.67%
GREEN value IS 155 (60.94% from 255) = 25.70%
BLUE value IS 251 (98.44% from 255) = 41.63%
R=32.67%
G=25.70%
B=41.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971552510.220.3800.02266.2592.3179.61
HexC59BFB16260210a5c50
Octal305233373264602412134120
Binary1100010110011011111110111011010011001010000101010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59BFB; }

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

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

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

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

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

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

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

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