#C0ACDD

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

Shades of Perfume #C0ACDD

Tints of Perfume #C0ACDD

Color information

#C0ACDD (or 0xC0ACDD) is unknown color: approx Perfume. HEX triplet: C0, AC and DD. RGB value is (192,172,221). Sum of RGB (Red+Green+Blue) = 192+172+221=585 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.82% from 585); Green value is 172 (67.58% from 255 or 29.40% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0ACDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACDD is #3F5322. Grayscale: #B7B7B7. Windows color (decimal): -4150051 or 14527680. OLE color: 14527680.

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

Color convert

RGB192172221-
CMYK0.130.2200.13
HSL264.49º41.88%77.06%-
HSV(B)264.49º22.17%86.67%-
XYZ49.5445.9374.66-
YUV183.57149.13134.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.82%
GREEN value IS 172 (67.58% from 255) = 29.40%
BLUE value IS 221 (86.72% from 255) = 37.78%
R=32.82%
G=29.40%
B=37.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921722210.130.2200.13264.4941.8877.06
HexC0ACDDD160D1082a4d
Octal300254335152601541052115
Binary110000001010110011011101110110110011011000010001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ACDD; }

 p { color: rgb(192,172,221); }

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

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

 a { background-color: rgb(192,172,221); }

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

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

 span { border-color: rgb(192,172,221); }

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