#C098FF

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

Shades of Perfume #C098FF

Tints of Perfume #C098FF

Color information

#C098FF (or 0xC098FF) is unknown color: approx Perfume. HEX triplet: C0, 98 and FF. RGB value is (192,152,255). Sum of RGB (Red+Green+Blue) = 192+152+255=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #C098FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C098FF is #3F6700. Grayscale: #AFAFAF. Windows color (decimal): -4155137 or 16750784. OLE color: 16750784.

HSL color Cylindrical-coordinate representation of color #C098FF: hue angle of 263.3º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C098FF is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB192152255-
CMYK0.250.4000
HSL263.3º100%79.8%-
HSV(B)263.3º40.39%100%-
XYZ51.0240.8899.81-
YUV175.7172.75139.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.05%
GREEN value IS 152 (59.77% from 255) = 25.38%
BLUE value IS 255 (100% from 255) = 42.57%
R=32.05%
G=25.38%
B=42.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921522550.250.4000263.310079.8
HexC098FF1928001076450
Octal300230377315000407144120
Binary110000001001100011111111110011010000010000011111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C098FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C098FF; }

 p { color: rgb(192,152,255); }

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

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

 a { background-color: rgb(192,152,255); }

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

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

 span { border-color: rgb(192,152,255); }

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