#C192FE

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

Shades of Perfume #C192FE

Tints of Perfume #C192FE

Color information

#C192FE (or 0xC192FE) is unknown color: approx Perfume. HEX triplet: C1, 92 and FE. RGB value is (193,146,254). Sum of RGB (Red+Green+Blue) = 193+146+254=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #C192FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C192FE is #3E6D01. Grayscale: #ABABAB. Windows color (decimal): -4091138 or 16683713. OLE color: 16683713.

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

Color convert

RGB193146254-
CMYK0.240.4300.00
HSL266.11º98.18%78.43%-
HSV(B)266.11º42.52%99.61%-
XYZ50.1639.0598.66-
YUV172.36174.07142.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.55%
GREEN value IS 146 (57.42% from 255) = 24.62%
BLUE value IS 254 (99.61% from 255) = 42.83%
R=32.55%
G=24.62%
B=42.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1931462540.240.4300.00266.1198.1878.43
HexC192FE182B0010a624e
Octal301222376305300412142116
Binary110000011001001011111110110001010110010000101011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C192FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C192FE; }

 p { color: rgb(193,146,254); }

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

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

 a { background-color: rgb(193,146,254); }

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

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

 span { border-color: rgb(193,146,254); }

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