#C293FE

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

Shades of Perfume #C293FE

Tints of Perfume #C293FE

Color information

#C293FE (or 0xC293FE) is unknown color: approx Perfume. HEX triplet: C2, 93 and FE. RGB value is (194,147,254). Sum of RGB (Red+Green+Blue) = 194+147+254=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 147 (57.81% from 255 or 24.71% from 595); Blue value is 254 (99.61% from 255 or 42.69% from 595); Max value from RGB is 254 - color contains mainly: blue. Hex color #C293FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C293FE is #3D6C01. Grayscale: #ACACAC. Windows color (decimal): -4025346 or 16683970. OLE color: 16683970.

HSL color Cylindrical-coordinate representation of color #C293FE: hue angle of 266.36º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C293FE is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB194147254-
CMYK0.240.4200.00
HSL266.36º98.17%78.63%-
HSV(B)266.36º42.13%99.61%-
XYZ50.5739.4998.72-
YUV173.25173.57142.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.61%
GREEN value IS 147 (57.81% from 255) = 24.71%
BLUE value IS 254 (99.61% from 255) = 42.69%
R=32.61%
G=24.71%
B=42.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1941472540.240.4200.00266.3698.1778.63
HexC293FE182A0010a624f
Octal302223376305200412142117
Binary110000101001001111111110110001010100010000101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293FE; }

 p { color: rgb(194,147,254); }

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

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

 a { background-color: rgb(194,147,254); }

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

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

 span { border-color: rgb(194,147,254); }

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