#C7AFEB

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

Shades of Perfume #C7AFEB

Tints of Perfume #C7AFEB

Color information

#C7AFEB (or 0xC7AFEB) is unknown color: approx Perfume. HEX triplet: C7, AF and EB. RGB value is (199,175,235). Sum of RGB (Red+Green+Blue) = 199+175+235=609 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.68% from 609); Green value is 175 (68.75% from 255 or 28.74% from 609); Blue value is 235 (92.19% from 255 or 38.59% from 609); Max value from RGB is 235 - color contains mainly: blue. Hex color #C7AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AFEB is #385014. Grayscale: #BCBCBC. Windows color (decimal): -3690517 or 15445959. OLE color: 15445959.

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

Color convert

RGB199175235-
CMYK0.150.2600.08
HSL264º60%80.39%-
HSV(B)264º25.53%92.16%-
XYZ53.8848.885.18-
YUV189.02153.95135.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.68%
GREEN value IS 175 (68.75% from 255) = 28.74%
BLUE value IS 235 (92.19% from 255) = 38.59%
R=32.68%
G=28.74%
B=38.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1991752350.150.2600.082646080.39
HexC7AFEBF1A081083c50
Octal307257353173201041074120
Binary110001111010111111101011111111010010001000010001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AFEB; }

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

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

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

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

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

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

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

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