#C69FED

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

Shades of Perfume #C69FED

Tints of Perfume #C69FED

Color information

#C69FED (or 0xC69FED) is unknown color: approx Perfume. HEX triplet: C6, 9F and ED. RGB value is (198,159,237). Sum of RGB (Red+Green+Blue) = 198+159+237=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #C69FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69FED is #396012. Grayscale: #B3B3B3. Windows color (decimal): -3760147 or 15572934. OLE color: 15572934.

HSL color Cylindrical-coordinate representation of color #C69FED: hue angle of 270º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C69FED is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB198159237-
CMYK0.160.3300.07
HSL270º68.42%77.65%-
HSV(B)270º32.91%92.94%-
XYZ50.9742.9285.72-
YUV179.55160.42141.16-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 33.33%
GREEN value IS 159 (62.5% from 255) = 26.77%
BLUE value IS 237 (92.97% from 255) = 39.90%
R=33.33%
G=26.77%
B=39.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1981592370.160.3300.0727068.4277.65
HexC69FED10210710e444e
Octal306237355204107416104116
Binary11000110100111111110110110000100001011110000111010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69FED; }

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

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

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

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

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

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

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

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