#C09EFB

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

Shades of Perfume #C09EFB

Tints of Perfume #C09EFB

Color information

#C09EFB (or 0xC09EFB) is unknown color: approx Perfume. HEX triplet: C0, 9E and FB. RGB value is (192,158,251). Sum of RGB (Red+Green+Blue) = 192+158+251=601 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.95% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #C09EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C09EFB is #3F6104. Grayscale: #B2B2B2. Windows color (decimal): -4153605 or 16490176. OLE color: 16490176.

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

Color convert

RGB192158251-
CMYK0.240.3700.02
HSL261.94º92.08%80.2%-
HSV(B)261.94º37.05%98.43%-
XYZ51.3842.6396.79-
YUV178.77168.76137.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.95%
GREEN value IS 158 (62.11% from 255) = 26.29%
BLUE value IS 251 (98.44% from 255) = 41.76%
R=31.95%
G=26.29%
B=41.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921582510.240.3700.02261.9492.0880.2
HexC09EFB1825021065c50
Octal300236373304502406134120
Binary1100000010011110111110111100010010101010000011010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09EFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09EFB; }

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

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

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

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

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

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

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

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