#C395FF

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

Shades of Perfume #C395FF

Tints of Perfume #C395FF

Color information

#C395FF (or 0xC395FF) is unknown color: approx Perfume. HEX triplet: C3, 95 and FF. RGB value is (195,149,255). Sum of RGB (Red+Green+Blue) = 195+149+255=599 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.55% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #C395FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C395FF is #3C6A00. Grayscale: #AEAEAE. Windows color (decimal): -3959297 or 16750019. OLE color: 16750019.

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

Color convert

RGB195149255-
CMYK0.240.4200
HSL266.04º100%79.22%-
HSV(B)266.04º41.57%100%-
XYZ51.340.3299.69-
YUV174.84173.24142.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.55%
GREEN value IS 149 (58.59% from 255) = 24.87%
BLUE value IS 255 (100% from 255) = 42.57%
R=32.55%
G=24.87%
B=42.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1951492550.240.4200266.0410079.22
HexC395FF182A0010a644f
Octal303225377305200412144117
Binary110000111001010111111111110001010100010000101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C395FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C395FF; }

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

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

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

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

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

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

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

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