#C7AFDF

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

Shades of Perfume #C7AFDF

Tints of Perfume #C7AFDF

Color information

#C7AFDF (or 0xC7AFDF) is unknown color: approx Perfume. HEX triplet: C7, AF and DF. RGB value is (199,175,223). Sum of RGB (Red+Green+Blue) = 199+175+223=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 175 (68.75% from 255 or 29.31% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7AFDF is #385020. Grayscale: #BBBBBB. Windows color (decimal): -3690529 or 14659527. OLE color: 14659527.

HSL color Cylindrical-coordinate representation of color #C7AFDF: hue angle of 270º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7AFDF is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199175223-
CMYK0.110.2200.13
HSL270º42.86%78.04%-
HSV(B)270º21.52%87.45%-
XYZ52.248.1376.35-
YUV187.65147.95136.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.33%
GREEN value IS 175 (68.75% from 255) = 29.31%
BLUE value IS 223 (87.5% from 255) = 37.35%
R=33.33%
G=29.31%
B=37.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991752230.110.2200.1327042.8678.04
HexC7AFDFB160D10e2b4e
Octal307257337132601541653116
Binary110001111010111111011111101110110011011000011101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7AFDF; }

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

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

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

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

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

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

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

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