#C4AFDF

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

Shades of Perfume #C4AFDF

Tints of Perfume #C4AFDF

Color information

#C4AFDF (or 0xC4AFDF) is unknown color: approx Perfume. HEX triplet: C4, AF and DF. RGB value is (196,175,223). Sum of RGB (Red+Green+Blue) = 196+175+223=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 223 - color contains mainly: blue. Hex color #C4AFDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4AFDF is #3B5020. Grayscale: #BABABA. Windows color (decimal): -3887137 or 14659524. OLE color: 14659524.

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

Color convert

RGB196175223-
CMYK0.120.2200.13
HSL266.25º42.86%78.04%-
HSV(B)266.25º21.52%87.45%-
XYZ51.4147.7276.31-
YUV186.75148.46134.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.00%
GREEN value IS 175 (68.75% from 255) = 29.46%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=33.00%
G=29.46%
B=37.54%

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
Decimal1961752230.120.2200.13266.2542.8678.04
HexC4AFDFC160D10a2b4e
Octal304257337142601541253116
Binary110001001010111111011111110010110011011000010101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4AFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4AFDF; }

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

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

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

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

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

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

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

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