#C298EA

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

Shades of Perfume #C298EA

Tints of Perfume #C298EA

Color information

#C298EA (or 0xC298EA) is unknown color: approx Perfume. HEX triplet: C2, 98 and EA. RGB value is (194,152,234). Sum of RGB (Red+Green+Blue) = 194+152+234=580 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.45% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #C298EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C298EA is #3D6715. Grayscale: #ADADAD. Windows color (decimal): -4024086 or 15374530. OLE color: 15374530.

HSL color Cylindrical-coordinate representation of color #C298EA: hue angle of 270.73º degrees, saturation: 0.66, 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 #C298EA is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194152234-
CMYK0.170.3500.08
HSL270.73º66.13%75.69%-
HSV(B)270.73º35.04%91.76%-
XYZ48.3339.8782.99-
YUV173.91161.91142.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.45%
GREEN value IS 152 (59.77% from 255) = 26.21%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=33.45%
G=26.21%
B=40.34%

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
Decimal1941522340.170.3500.08270.7366.1375.69
HexC298EA11230810f424c
Octal3022303522143010417102114
Binary110000101001100011101010100011000110100010000111110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C298EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C298EA; }

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

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

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

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

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

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

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

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