#C7A8DB

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

Shades of Perfume #C7A8DB

Tints of Perfume #C7A8DB

Color information

#C7A8DB (or 0xC7A8DB) is unknown color: approx Perfume. HEX triplet: C7, A8 and DB. RGB value is (199,168,219). Sum of RGB (Red+Green+Blue) = 199+168+219=586 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.96% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #C7A8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A8DB is #385724. Grayscale: #B6B6B6. Windows color (decimal): -3692325 or 14395591. OLE color: 14395591.

HSL color Cylindrical-coordinate representation of color #C7A8DB: hue angle of 276.47º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7A8DB is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB199168219-
CMYK0.090.2300.14
HSL276.47º41.46%75.88%-
HSV(B)276.47º23.29%85.88%-
XYZ50.3445.2673.1-
YUV183.08148.27139.35-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.96%
GREEN value IS 168 (66.02% from 255) = 28.67%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=33.96%
G=28.67%
B=37.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1991682190.090.2300.14276.4741.4675.88
HexC7A8DB9170E114294c
Octal307250333112701642451114
Binary110001111010100011011011100110111011101000101001010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A8DB; }

 p { color: rgb(199,168,219); }

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

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

 a { background-color: rgb(199,168,219); }

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

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

 span { border-color: rgb(199,168,219); }

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