#C5AFDF

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

Shades of Perfume #C5AFDF

Tints of Perfume #C5AFDF

Color information

#C5AFDF (or 0xC5AFDF) is unknown color: approx Perfume. HEX triplet: C5, AF and DF. RGB value is (197,175,223). Sum of RGB (Red+Green+Blue) = 197+175+223=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFDF is #3A5020. Grayscale: #BABABA. Windows color (decimal): -3821601 or 14659525. OLE color: 14659525.

HSL color Cylindrical-coordinate representation of color #C5AFDF: hue angle of 267.5º 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 #C5AFDF is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197175223-
CMYK0.120.2200.13
HSL267.5º42.86%78.04%-
HSV(B)267.5º21.52%87.45%-
XYZ51.6847.8676.33-
YUV187.05148.29135.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.11%
GREEN value IS 175 (68.75% from 255) = 29.41%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=33.11%
G=29.41%
B=37.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971752230.120.2200.13267.542.8678.04
HexC5AFDFC160D10c2b4e
Octal305257337142601541453116
Binary110001011010111111011111110010110011011000011001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AFDF; }

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

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

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

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

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

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

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

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