#C8A3EB

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

Shades of Perfume #C8A3EB

Tints of Perfume #C8A3EB

Color information

#C8A3EB (or 0xC8A3EB) is unknown color: approx Perfume. HEX triplet: C8, A3 and EB. RGB value is (200,163,235). Sum of RGB (Red+Green+Blue) = 200+163+235=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 163 (64.06% from 255 or 27.26% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8A3EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A3EB is #375C14. Grayscale: #B6B6B6. Windows color (decimal): -3628053 or 15442888. OLE color: 15442888.

HSL color Cylindrical-coordinate representation of color #C8A3EB: hue angle of 270.83º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8A3EB is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB200163235-
CMYK0.150.3100.08
HSL270.83º64.29%78.04%-
HSV(B)270.83º30.64%92.16%-
XYZ51.9144.4784.45-
YUV182.27157.76140.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 33.44%
GREEN value IS 163 (64.06% from 255) = 27.26%
BLUE value IS 235 (92.19% from 255) = 39.30%
R=33.44%
G=27.26%
B=39.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001632350.150.3100.08270.8364.2978.04
HexC8A3EBF1F0810f404e
Octal3102433531737010417100116
Binary1100100010100011111010111111111110100010000111110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A3EB; }

 p { color: rgb(200,163,235); }

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

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

 a { background-color: rgb(200,163,235); }

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

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

 span { border-color: rgb(200,163,235); }

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