#C09BE3

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

Shades of Perfume #C09BE3

Tints of Perfume #C09BE3

Color information

#C09BE3 (or 0xC09BE3) is unknown color: approx Perfume. HEX triplet: C0, 9B and E3. RGB value is (192,155,227). Sum of RGB (Red+Green+Blue) = 192+155+227=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 227 (89.06% from 255 or 39.55% from 574); Max value from RGB is 227 - color contains mainly: blue. Hex color #C09BE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BE3 is #3F641C. Grayscale: #AEAEAE. Windows color (decimal): -4154397 or 14916544. OLE color: 14916544.

HSL color Cylindrical-coordinate representation of color #C09BE3: hue angle of 270.83º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C09BE3 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB192155227-
CMYK0.150.3200.11
HSL270.83º56.25%74.9%-
HSV(B)270.83º31.72%89.02%-
XYZ47.3240.277.94-
YUV174.27157.76140.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.45%
GREEN value IS 155 (60.94% from 255) = 27.00%
BLUE value IS 227 (89.06% from 255) = 39.55%
R=33.45%
G=27.00%
B=39.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1921552270.150.3200.11270.8356.2574.9
HexC09BE3F200B10f384b
Octal300233343174001341770113
Binary1100000010011011111000111111100000010111000011111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09BE3; }

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

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

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

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

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

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

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

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