#C295FE

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

Shades of Perfume #C295FE

Tints of Perfume #C295FE

Color information

#C295FE (or 0xC295FE) is unknown color: approx Perfume. HEX triplet: C2, 95 and FE. RGB value is (194,149,254). Sum of RGB (Red+Green+Blue) = 194+149+254=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 149 (58.59% from 255 or 24.96% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #C295FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C295FE is #3D6A01. Grayscale: #AEAEAE. Windows color (decimal): -4024834 or 16684482. OLE color: 16684482.

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

Color convert

RGB194149254-
CMYK0.240.4100.00
HSL265.71º98.13%79.02%-
HSV(B)265.71º41.34%99.61%-
XYZ50.8840.1298.83-
YUV174.42172.91141.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.50%
GREEN value IS 149 (58.59% from 255) = 24.96%
BLUE value IS 254 (99.61% from 255) = 42.55%
R=32.50%
G=24.96%
B=42.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1941492540.240.4100.00265.7198.1379.02
HexC295FE18290010a624f
Octal302225376305100412142117
Binary110000101001010111111110110001010010010000101011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C295FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C295FE; }

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

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

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

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

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

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

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

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