#C397FF

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

Shades of Perfume #C397FF

Tints of Perfume #C397FF

Color information

#C397FF (or 0xC397FF) is unknown color: approx Perfume. HEX triplet: C3, 97 and FF. RGB value is (195,151,255). Sum of RGB (Red+Green+Blue) = 195+151+255=601 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.45% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #C397FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C397FF is #3C6800. Grayscale: #AFAFAF. Windows color (decimal): -3958785 or 16750531. OLE color: 16750531.

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

Color convert

RGB195151255-
CMYK0.240.4100
HSL265.38º100%79.61%-
HSV(B)265.38º40.78%100%-
XYZ51.6240.9699.79-
YUV176.01172.58141.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.45%
GREEN value IS 151 (59.38% from 255) = 25.12%
BLUE value IS 255 (100% from 255) = 42.43%
R=32.45%
G=25.12%
B=42.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1951512550.240.4100265.3810079.61
HexC397FF1829001096450
Octal303227377305100411144120
Binary110000111001011111111111110001010010010000100111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C397FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C397FF; }

 p { color: rgb(195,151,255); }

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

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

 a { background-color: rgb(195,151,255); }

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

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

 span { border-color: rgb(195,151,255); }

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