#C0A3EA

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

Shades of Perfume #C0A3EA

Tints of Perfume #C0A3EA

Color information

#C0A3EA (or 0xC0A3EA) is unknown color: approx Perfume. HEX triplet: C0, A3 and EA. RGB value is (192,163,234). Sum of RGB (Red+Green+Blue) = 192+163+234=589 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.60% from 589); Green value is 163 (64.06% from 255 or 27.67% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0A3EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A3EA is #3F5C15. Grayscale: #B3B3B3. Windows color (decimal): -4152342 or 15377344. OLE color: 15377344.

HSL color Cylindrical-coordinate representation of color #C0A3EA: hue angle of 264.51º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0A3EA is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192163234-
CMYK0.180.3000.08
HSL264.51º62.83%77.84%-
HSV(B)264.51º30.34%91.76%-
XYZ49.6943.3483.59-
YUV179.76158.61136.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.60%
GREEN value IS 163 (64.06% from 255) = 27.67%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=32.60%
G=27.67%
B=39.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921632340.180.3000.08264.5162.8377.84
HexC0A3EA121E081093f4e
Octal300243352223601041177116
Binary1100000010100011111010101001011110010001000010011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A3EA; }

 p { color: rgb(192,163,234); }

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

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

 a { background-color: rgb(192,163,234); }

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

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

 span { border-color: rgb(192,163,234); }

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