#C09BFB

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

Shades of Perfume #C09BFB

Tints of Perfume #C09BFB

Color information

#C09BFB (or 0xC09BFB) is unknown color: approx Perfume. HEX triplet: C0, 9B and FB. RGB value is (192,155,251). Sum of RGB (Red+Green+Blue) = 192+155+251=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 155 (60.94% from 255 or 25.92% 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 #C09BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09BFB is #3F6404. Grayscale: #B0B0B0. Windows color (decimal): -4154373 or 16489408. OLE color: 16489408.

HSL color Cylindrical-coordinate representation of color #C09BFB: hue angle of 263.12º 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 #C09BFB is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192155251-
CMYK0.240.3800.02
HSL263.12º92.31%79.61%-
HSV(B)263.12º38.25%98.43%-
XYZ50.8741.6196.62-
YUV177.01169.76138.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.11%
GREEN value IS 155 (60.94% from 255) = 25.92%
BLUE value IS 251 (98.44% from 255) = 41.97%
R=32.11%
G=25.92%
B=41.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921552510.240.3800.02263.1292.3179.61
HexC09BFB1826021075c50
Octal300233373304602407134120
Binary1100000010011011111110111100010011001010000011110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09BFB; }

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

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

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

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

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

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

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

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