#C296F1

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

Shades of Perfume #C296F1

Tints of Perfume #C296F1

Color information

#C296F1 (or 0xC296F1) is unknown color: approx Perfume. HEX triplet: C2, 96 and F1. RGB value is (194,150,241). Sum of RGB (Red+Green+Blue) = 194+150+241=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 150 (58.98% from 255 or 25.64% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 241 - color contains mainly: blue. Hex color #C296F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C296F1 is #3D690E. Grayscale: #ADADAD. Windows color (decimal): -4024591 or 15832770. OLE color: 15832770.

HSL color Cylindrical-coordinate representation of color #C296F1: hue angle of 269.01º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C296F1 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB194150241-
CMYK0.200.3800.05
HSL269.01º76.47%76.67%-
HSV(B)269.01º37.76%94.51%-
XYZ49.0339.6388.28-
YUV173.53166.08142.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.16%
GREEN value IS 150 (58.98% from 255) = 25.64%
BLUE value IS 241 (94.53% from 255) = 41.20%
R=33.16%
G=25.64%
B=41.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1941502410.200.3800.05269.0176.4776.67
HexC296F114260510d4c4d
Octal302226361244605415114115
Binary11000010100101101111000110100100110010110000110110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C296F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C296F1; }

 p { color: rgb(194,150,241); }

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

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

 a { background-color: rgb(194,150,241); }

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

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

 span { border-color: rgb(194,150,241); }

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