#C3AFDD

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

Shades of Perfume #C3AFDD

Tints of Perfume #C3AFDD

Color information

#C3AFDD (or 0xC3AFDD) is unknown color: approx Perfume. HEX triplet: C3, AF and DD. RGB value is (195,175,221). Sum of RGB (Red+Green+Blue) = 195+175+221=591 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.99% from 591); Green value is 175 (68.75% from 255 or 29.61% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3AFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFDD is #3C5022. Grayscale: #BABABA. Windows color (decimal): -3952675 or 14528451. OLE color: 14528451.

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

Color convert

RGB195175221-
CMYK0.120.2100.13
HSL266.09º40.35%77.65%-
HSV(B)266.09º20.81%86.67%-
XYZ50.8947.4874.89-
YUV186.22147.63134.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.99%
GREEN value IS 175 (68.75% from 255) = 29.61%
BLUE value IS 221 (86.72% from 255) = 37.39%
R=32.99%
G=29.61%
B=37.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951752210.120.2100.13266.0940.3577.65
HexC3AFDDC150D10a284e
Octal303257335142501541250116
Binary110000111010111111011101110010101011011000010101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AFDD; }

 p { color: rgb(195,175,221); }

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

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

 a { background-color: rgb(195,175,221); }

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

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

 span { border-color: rgb(195,175,221); }

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