#C3AFDC

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

Shades of Perfume #C3AFDC

Tints of Perfume #C3AFDC

Color information

#C3AFDC (or 0xC3AFDC) is unknown color: approx Perfume. HEX triplet: C3, AF and DC. RGB value is (195,175,220). Sum of RGB (Red+Green+Blue) = 195+175+220=590 (78% of max value = 765). Red value is 195 (76.56% from 255 or 33.05% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AFDC is #3C5023. Grayscale: #B9B9B9. Windows color (decimal): -3952676 or 14462915. OLE color: 14462915.

HSL color Cylindrical-coordinate representation of color #C3AFDC: hue angle of 266.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C3AFDC is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB195175220-
CMYK0.110.2000.14
HSL266.67º39.13%77.45%-
HSV(B)266.67º20.45%86.27%-
XYZ50.7547.4374.19-
YUV186.11147.13134.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.05%
GREEN value IS 175 (68.75% from 255) = 29.66%
BLUE value IS 220 (86.33% from 255) = 37.29%
R=33.05%
G=29.66%
B=37.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1951752200.110.2000.14266.6739.1377.45
HexC3AFDCB140E10b274d
Octal303257334132401641347115
Binary110000111010111111011100101110100011101000010111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3AFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3AFDC; }

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

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

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

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

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

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

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

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