#C194FD

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

Shades of Perfume #C194FD

Tints of Perfume #C194FD

Color information

#C194FD (or 0xC194FD) is unknown color: approx Perfume. HEX triplet: C1, 94 and FD. RGB value is (193,148,253). Sum of RGB (Red+Green+Blue) = 193+148+253=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 148 (58.20% from 255 or 24.92% from 594); Blue value is 253 (99.22% from 255 or 42.59% from 594); Max value from RGB is 253 - color contains mainly: blue. Hex color #C194FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C194FD is #3E6B02. Grayscale: #ADADAD. Windows color (decimal): -4090627 or 16618689. OLE color: 16618689.

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

Color convert

RGB193148253-
CMYK0.240.4200.01
HSL265.71º96.33%78.63%-
HSV(B)265.71º41.5%99.22%-
XYZ50.3139.6197.92-
YUV173.42172.91141.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.49%
GREEN value IS 148 (58.20% from 255) = 24.92%
BLUE value IS 253 (99.22% from 255) = 42.59%
R=32.49%
G=24.92%
B=42.59%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1931482530.240.4200.01265.7196.3378.63
HexC194FD182A0110a604f
Octal301224375305201412140117
Binary110000011001010011111101110001010100110000101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C194FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C194FD; }

 p { color: rgb(193,148,253); }

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

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

 a { background-color: rgb(193,148,253); }

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

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

 span { border-color: rgb(193,148,253); }

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