#C0ABDD

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

Shades of Perfume #C0ABDD

Tints of Perfume #C0ABDD

Color information

#C0ABDD (or 0xC0ABDD) is unknown color: approx Perfume. HEX triplet: C0, AB and DD. RGB value is (192,171,221). Sum of RGB (Red+Green+Blue) = 192+171+221=584 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.88% from 584); Green value is 171 (67.19% from 255 or 29.28% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #C0ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABDD is #3F5422. Grayscale: #B6B6B6. Windows color (decimal): -4150307 or 14527424. OLE color: 14527424.

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

Color convert

RGB192171221-
CMYK0.130.2300.13
HSL265.2º42.37%76.86%-
HSV(B)265.2º22.62%86.67%-
XYZ49.3545.5574.6-
YUV182.98149.46134.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.88%
GREEN value IS 171 (67.19% from 255) = 29.28%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=32.88%
G=29.28%
B=37.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921712210.130.2300.13265.242.3776.86
HexC0ABDDD170D1092a4d
Octal300253335152701541152115
Binary110000001010101111011101110110111011011000010011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABDD; }

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

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

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

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

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

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

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

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