#C7A2EB

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

Shades of Perfume #C7A2EB

Tints of Perfume #C7A2EB

Color information

#C7A2EB (or 0xC7A2EB) is unknown color: approx Perfume. HEX triplet: C7, A2 and EB. RGB value is (199,162,235). Sum of RGB (Red+Green+Blue) = 199+162+235=596 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.39% from 596); Green value is 162 (63.67% from 255 or 27.18% from 596); Blue value is 235 (92.19% from 255 or 39.43% from 596); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7A2EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A2EB is #385D14. Grayscale: #B5B5B5. Windows color (decimal): -3693845 or 15442631. OLE color: 15442631.

HSL color Cylindrical-coordinate representation of color #C7A2EB: hue angle of 270.41º degrees, saturation: 0.65, 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 #C7A2EB is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB199162235-
CMYK0.150.3100.08
HSL270.41º64.6%77.84%-
HSV(B)270.41º31.06%92.16%-
XYZ51.4743.9884.37-
YUV181.38158.26140.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.39%
GREEN value IS 162 (63.67% from 255) = 27.18%
BLUE value IS 235 (92.19% from 255) = 39.43%
R=33.39%
G=27.18%
B=39.43%

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
Decimal1991622350.150.3100.08270.4164.677.84
HexC7A2EBF1F0810e414e
Octal3072423531737010416101116
Binary1100011110100010111010111111111110100010000111010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A2EB; }

 p { color: rgb(199,162,235); }

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

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

 a { background-color: rgb(199,162,235); }

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

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

 span { border-color: rgb(199,162,235); }

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