#C7B5DF

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

Shades of Moon Raker #C7B5DF

Tints of Moon Raker #C7B5DF

Color information

#C7B5DF (or 0xC7B5DF) is unknown color: approx Moon Raker. HEX triplet: C7, B5 and DF. RGB value is (199,181,223). Sum of RGB (Red+Green+Blue) = 199+181+223=603 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.00% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #C7B5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B5DF is #384A20. Grayscale: #BFBFBF. Windows color (decimal): -3688993 or 14661063. OLE color: 14661063.

HSL color Cylindrical-coordinate representation of color #C7B5DF: hue angle of 265.71º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C7B5DF is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199181223-
CMYK0.110.1900.13
HSL265.71º39.62%79.22%-
HSV(B)265.71º18.83%87.45%-
XYZ53.450.5276.75-
YUV191.17145.96133.58-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 33.00%
GREEN value IS 181 (71.09% from 255) = 30.02%
BLUE value IS 223 (87.5% from 255) = 36.98%
R=33.00%
G=30.02%
B=36.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991812230.110.1900.13265.7139.6279.22
HexC7B5DFB130D10a284f
Octal307265337132301541250117
Binary110001111011010111011111101110011011011000010101010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B5DF; }

 p { color: rgb(199,181,223); }

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

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

 a { background-color: rgb(199,181,223); }

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

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

 span { border-color: rgb(199,181,223); }

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