#C1A8DF

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

Shades of Perfume #C1A8DF

Tints of Perfume #C1A8DF

Color information

#C1A8DF (or 0xC1A8DF) is unknown color: approx Perfume. HEX triplet: C1, A8 and DF. RGB value is (193,168,223). Sum of RGB (Red+Green+Blue) = 193+168+223=584 (77% of max value = 765). Red value is 193 (75.78% from 255 or 33.05% from 584); Green value is 168 (66.02% from 255 or 28.77% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1A8DF is #3E5720. Grayscale: #B5B5B5. Windows color (decimal): -4085537 or 14657729. OLE color: 14657729.

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

Color convert

RGB193168223-
CMYK0.130.2500.13
HSL267.27º46.22%76.67%-
HSV(B)267.27º24.66%87.45%-
XYZ49.3144.6775.84-
YUV181.74151.28136.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.05%
GREEN value IS 168 (66.02% from 255) = 28.77%
BLUE value IS 223 (87.5% from 255) = 38.18%
R=33.05%
G=28.77%
B=38.18%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931682230.130.2500.13267.2746.2276.67
HexC1A8DFD190D10b2e4d
Octal301250337153101541356115
Binary110000011010100011011111110111001011011000010111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A8DF; }

 p { color: rgb(193,168,223); }

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

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

 a { background-color: rgb(193,168,223); }

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

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

 span { border-color: rgb(193,168,223); }

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