#C7ABF5

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

Shades of Perfume #C7ABF5

Tints of Perfume #C7ABF5

Color information

#C7ABF5 (or 0xC7ABF5) is unknown color: approx Perfume. HEX triplet: C7, AB and F5. RGB value is (199,171,245). Sum of RGB (Red+Green+Blue) = 199+171+245=615 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.36% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 245 (96.09% from 255 or 39.84% from 615); Max value from RGB is 245 - color contains mainly: blue. Hex color #C7ABF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7ABF5 is #38540A. Grayscale: #BBBBBB. Windows color (decimal): -3691531 or 16100295. OLE color: 16100295.

HSL color Cylindrical-coordinate representation of color #C7ABF5: hue angle of 262.7º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7ABF5 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB199171245-
CMYK0.190.3000.04
HSL262.7º78.72%81.57%-
HSV(B)262.7º30.2%96.08%-
XYZ54.647.8692.75-
YUV187.81160.28135.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.36%
GREEN value IS 171 (67.19% from 255) = 27.80%
BLUE value IS 245 (96.09% from 255) = 39.84%
R=32.36%
G=27.80%
B=39.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1991712450.190.3000.04262.778.7281.57
HexC7ABF5131E041074f52
Octal307253365233604407117122
Binary1100011110101011111101011001111110010010000011110011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7ABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7ABF5; }

 p { color: rgb(199,171,245); }

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

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

 a { background-color: rgb(199,171,245); }

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

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

 span { border-color: rgb(199,171,245); }

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