#C698FB

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

Shades of Perfume #C698FB

Tints of Perfume #C698FB

Color information

#C698FB (or 0xC698FB) is unknown color: approx Perfume. HEX triplet: C6, 98 and FB. RGB value is (198,152,251). Sum of RGB (Red+Green+Blue) = 198+152+251=601 (79% of max value = 765). Red value is 198 (77.73% from 255 or 32.95% from 601); Green value is 152 (59.77% from 255 or 25.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 #C698FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C698FB is #396704. Grayscale: #B0B0B0. Windows color (decimal): -3761925 or 16488646. OLE color: 16488646.

HSL color Cylindrical-coordinate representation of color #C698FB: hue angle of 267.88º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C698FB is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198152251-
CMYK0.210.3900.02
HSL267.88º92.52%79.02%-
HSV(B)267.88º39.44%98.43%-
XYZ51.9341.4396.53-
YUV177.04169.74142.95-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 32.95%
GREEN value IS 152 (59.77% from 255) = 25.29%
BLUE value IS 251 (98.44% from 255) = 41.76%
R=32.95%
G=25.29%
B=41.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1981522510.210.3900.02267.8892.5279.02
HexC698FB15270210c5d4f
Octal306230373254702414135117
Binary1100011010011000111110111010110011101010000110010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C698FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C698FB; }

 p { color: rgb(198,152,251); }

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

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

 a { background-color: rgb(198,152,251); }

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

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

 span { border-color: rgb(198,152,251); }

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