#C297FB

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

Shades of Perfume #C297FB

Tints of Perfume #C297FB

Color information

#C297FB (or 0xC297FB) is unknown color: approx Perfume. HEX triplet: C2, 97 and FB. RGB value is (194,151,251). Sum of RGB (Red+Green+Blue) = 194+151+251=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 151 (59.38% from 255 or 25.34% from 596); Blue value is 251 (98.44% from 255 or 42.11% from 596); Max value from RGB is 251 - color contains mainly: blue. Hex color #C297FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C297FB is #3D6804. Grayscale: #AEAEAE. Windows color (decimal): -4024325 or 16488386. OLE color: 16488386.

HSL color Cylindrical-coordinate representation of color #C297FB: hue angle of 265.8º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C297FB is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194151251-
CMYK0.230.4000.02
HSL265.8º92.59%78.82%-
HSV(B)265.8º39.84%98.43%-
XYZ50.7340.5796.42-
YUV175.26170.75141.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.55%
GREEN value IS 151 (59.38% from 255) = 25.34%
BLUE value IS 251 (98.44% from 255) = 42.11%
R=32.55%
G=25.34%
B=42.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1941512510.230.4000.02265.892.5978.82
HexC297FB17280210a5d4f
Octal302227373275002412135117
Binary1100001010010111111110111011110100001010000101010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C297FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C297FB; }

 p { color: rgb(194,151,251); }

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

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

 a { background-color: rgb(194,151,251); }

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

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

 span { border-color: rgb(194,151,251); }

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