#C7AFE5

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

Shades of Perfume #C7AFE5

Tints of Perfume #C7AFE5

Color information

#C7AFE5 (or 0xC7AFE5) is unknown color: approx Perfume. HEX triplet: C7, AF and E5. RGB value is (199,175,229). Sum of RGB (Red+Green+Blue) = 199+175+229=603 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.00% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 229 (89.84% from 255 or 37.98% from 603); Max value from RGB is 229 - color contains mainly: blue. Hex color #C7AFE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFE5 is #38501A. Grayscale: #BCBCBC. Windows color (decimal): -3690523 or 15052743. OLE color: 15052743.

HSL color Cylindrical-coordinate representation of color #C7AFE5: hue angle of 266.67º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C7AFE5 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB199175229-
CMYK0.130.2400.10
HSL266.67º50.94%79.22%-
HSV(B)266.67º23.58%89.8%-
XYZ53.0348.4680.69-
YUV188.33150.95135.61-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.00%
GREEN value IS 175 (68.75% from 255) = 29.02%
BLUE value IS 229 (89.84% from 255) = 37.98%
R=33.00%
G=29.02%
B=37.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1991752290.130.2400.10266.6750.9479.22
HexC7AFE5D180A10b334f
Octal307257345153001241363117
Binary110001111010111111100101110111000010101000010111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AFE5; }

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

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

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

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

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

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

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

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