#c3abe0

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

Shades of Perfume #C3ABE0

Tints of Perfume #C3ABE0

Color information

#C3ABE0 (or 0xC3ABE0) is unknown color: approx Perfume. HEX triplet: C3, AB and E0. RGB value is (195,171,224). Sum of RGB (Red+Green+Blue) = 195+171+224=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 224 (87.89% from 255 or 37.97% from 590); Max value from RGB is 224 - color contains mainly: blue. Hex color #C3ABE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ABE0 is #3C541F. Grayscale: #B8B8B8. Windows color (decimal): -3953696 or 14724035. OLE color: 14724035.

HSL color Cylindrical-coordinate representation of color #C3ABE0: hue angle of 267.17º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C3ABE0 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB195171224-
CMYK0.130.2400.12
HSL267.17º46.09%77.45%-
HSV(B)267.17º23.66%87.84%-
XYZ50.5246.1176.76-
YUV184.22150.45135.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.05%
GREEN value IS 171 (67.19% from 255) = 28.98%
BLUE value IS 224 (87.89% from 255) = 37.97%
R=33.05%
G=28.98%
B=37.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1951712240.130.2400.12267.1746.0977.45
HexC3ABE0D180C10b2e4d
Octal303253340153001441356115
Binary110000111010101111100000110111000011001000010111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c3abe0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c3abe0; }

 p { color: rgb(195,171,224); }

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

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

 a { background-color: rgb(195,171,224); }

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

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

 span { border-color: rgb(195,171,224); }

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