#C09AFB

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

Shades of Perfume #C09AFB

Tints of Perfume #C09AFB

Color information

#C09AFB (or 0xC09AFB) is unknown color: approx Perfume. HEX triplet: C0, 9A and FB. RGB value is (192,154,251). Sum of RGB (Red+Green+Blue) = 192+154+251=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 154 (60.55% from 255 or 25.80% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #C09AFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09AFB is #3F6504. Grayscale: #B0B0B0. Windows color (decimal): -4154629 or 16489152. OLE color: 16489152.

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

Color convert

RGB192154251-
CMYK0.240.3900.02
HSL263.51º92.38%79.41%-
HSV(B)263.51º38.65%98.43%-
XYZ50.7141.2896.56-
YUV176.42170.09139.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.16%
GREEN value IS 154 (60.55% from 255) = 25.80%
BLUE value IS 251 (98.44% from 255) = 42.04%
R=32.16%
G=25.80%
B=42.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921542510.240.3900.02263.5192.3879.41
HexC09AFB1827021085c4f
Octal300232373304702410134117
Binary1100000010011010111110111100010011101010000100010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09AFB; }

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

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

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

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

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

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

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

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