#C0A7DD

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

Shades of Perfume #C0A7DD

Tints of Perfume #C0A7DD

Color information

#C0A7DD (or 0xC0A7DD) is unknown color: approx Perfume. HEX triplet: C0, A7 and DD. RGB value is (192,167,221). Sum of RGB (Red+Green+Blue) = 192+167+221=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 167 (65.62% from 255 or 28.79% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0A7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0A7DD is #3F5822. Grayscale: #B4B4B4. Windows color (decimal): -4151331 or 14526400. OLE color: 14526400.

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

Color convert

RGB192167221-
CMYK0.130.2400.13
HSL267.78º44.26%76.08%-
HSV(B)267.78º24.43%86.67%-
XYZ48.6144.0674.35-
YUV180.63150.78136.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.10%
GREEN value IS 167 (65.62% from 255) = 28.79%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=33.10%
G=28.79%
B=38.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921672210.130.2400.13267.7844.2676.08
HexC0A7DDD180D10c2c4c
Octal300247335153001541454114
Binary110000001010011111011101110111000011011000011001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A7DD; }

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

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

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

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

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

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

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

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