#C69FE9

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

Shades of Perfume #C69FE9

Tints of Perfume #C69FE9

Color information

#C69FE9 (or 0xC69FE9) is unknown color: approx Perfume. HEX triplet: C6, 9F and E9. RGB value is (198,159,233). Sum of RGB (Red+Green+Blue) = 198+159+233=590 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.56% from 590); Green value is 159 (62.5% from 255 or 26.95% from 590); Blue value is 233 (91.41% from 255 or 39.49% from 590); Max value from RGB is 233 - color contains mainly: blue. Hex color #C69FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69FE9 is #396016. Grayscale: #B2B2B2. Windows color (decimal): -3760151 or 15310790. OLE color: 15310790.

HSL color Cylindrical-coordinate representation of color #C69FE9: hue angle of 271.62º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C69FE9 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB198159233-
CMYK0.150.3200.09
HSL271.62º62.71%76.86%-
HSV(B)271.62º31.76%91.37%-
XYZ50.3942.6982.67-
YUV179.1158.42141.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.56%
GREEN value IS 159 (62.5% from 255) = 26.95%
BLUE value IS 233 (91.41% from 255) = 39.49%
R=33.56%
G=26.95%
B=39.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1981592330.150.3200.09271.6262.7176.86
HexC69FE9F20091103f4d
Octal306237351174001142077115
Binary1100011010011111111010011111100000010011000100001111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69FE9; }

 p { color: rgb(198,159,233); }

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

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

 a { background-color: rgb(198,159,233); }

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

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

 span { border-color: rgb(198,159,233); }

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