#C298EB

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

Shades of Perfume #C298EB

Tints of Perfume #C298EB

Color information

#C298EB (or 0xC298EB) is unknown color: approx Perfume. HEX triplet: C2, 98 and EB. RGB value is (194,152,235). Sum of RGB (Red+Green+Blue) = 194+152+235=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 235 (92.19% from 255 or 40.45% from 581); Max value from RGB is 235 - color contains mainly: blue. Hex color #C298EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C298EB is #3D6714. Grayscale: #ADADAD. Windows color (decimal): -4024085 or 15440066. OLE color: 15440066.

HSL color Cylindrical-coordinate representation of color #C298EB: hue angle of 270.36º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C298EB is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194152235-
CMYK0.170.3500.08
HSL270.36º67.48%75.88%-
HSV(B)270.36º35.32%92.16%-
XYZ48.4739.9283.75-
YUV174.02162.41142.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.39%
GREEN value IS 152 (59.77% from 255) = 26.16%
BLUE value IS 235 (92.19% from 255) = 40.45%
R=33.39%
G=26.16%
B=40.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941522350.170.3500.08270.3667.4875.88
HexC298EB11230810e434c
Octal3022303532143010416103114
Binary110000101001100011101011100011000110100010000111010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C298EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C298EB; }

 p { color: rgb(194,152,235); }

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

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

 a { background-color: rgb(194,152,235); }

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

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

 span { border-color: rgb(194,152,235); }

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