#C69FEF

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

Shades of Perfume #C69FEF

Tints of Perfume #C69FEF

Color information

#C69FEF (or 0xC69FEF) is unknown color: approx Perfume. HEX triplet: C6, 9F and EF. RGB value is (198,159,239). Sum of RGB (Red+Green+Blue) = 198+159+239=596 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.22% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #C69FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69FEF is #396010. Grayscale: #B3B3B3. Windows color (decimal): -3760145 or 15704006. OLE color: 15704006.

HSL color Cylindrical-coordinate representation of color #C69FEF: hue angle of 269.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C69FEF is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB198159239-
CMYK0.170.3300.06
HSL269.25º71.43%78.04%-
HSV(B)269.25º33.47%93.73%-
XYZ51.2743.0387.27-
YUV179.78161.42141-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.22%
GREEN value IS 159 (62.5% from 255) = 26.68%
BLUE value IS 239 (93.75% from 255) = 40.10%
R=33.22%
G=26.68%
B=40.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1981592390.170.3300.06269.2571.4378.04
HexC69FEF11210610d474e
Octal306237357214106415107116
Binary11000110100111111110111110001100001011010000110110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69FEF; }

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

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

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

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

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

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

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

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