#C3B0D8

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

Shades of Perfume #C3B0D8

Tints of Perfume #C3B0D8

Color information

#C3B0D8 (or 0xC3B0D8) is unknown color: approx Perfume. HEX triplet: C3, B0 and D8. RGB value is (195,176,216). Sum of RGB (Red+Green+Blue) = 195+176+216=587 (77% of max value = 765). Red value is 195 (76.56% from 255 or 33.22% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 216 (84.77% from 255 or 36.80% from 587); Max value from RGB is 216 - color contains mainly: blue. Hex color #C3B0D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B0D8 is #3C4F27. Grayscale: #BABABA. Windows color (decimal): -3952424 or 14201027. OLE color: 14201027.

HSL color Cylindrical-coordinate representation of color #C3B0D8: hue angle of 268.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3B0D8 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB195176216-
CMYK0.100.1900.15
HSL268.5º33.9%76.86%-
HSV(B)268.5º18.52%84.71%-
XYZ50.4347.6171.5-
YUV186.24144.79134.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 33.22%
GREEN value IS 176 (69.14% from 255) = 29.98%
BLUE value IS 216 (84.77% from 255) = 36.80%
R=33.22%
G=29.98%
B=36.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1951762160.100.1900.15268.533.976.86
HexC3B0D8A130F10c224d
Octal303260330122301741442115
Binary110000111011000011011000101010011011111000011001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B0D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B0D8; }

 p { color: rgb(195,176,216); }

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

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

 a { background-color: rgb(195,176,216); }

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

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

 span { border-color: rgb(195,176,216); }

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