#C7B5E1

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

Shades of Moon Raker #C7B5E1

Tints of Moon Raker #C7B5E1

Color information

#C7B5E1 (or 0xC7B5E1) is unknown color: approx Moon Raker. HEX triplet: C7, B5 and E1. RGB value is (199,181,225). Sum of RGB (Red+Green+Blue) = 199+181+225=605 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.89% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #C7B5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B5E1 is #384A1E. Grayscale: #BFBFBF. Windows color (decimal): -3688991 or 14792135. OLE color: 14792135.

HSL color Cylindrical-coordinate representation of color #C7B5E1: hue angle of 264.55º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7B5E1 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB199181225-
CMYK0.120.2000.12
HSL264.55º42.31%79.61%-
HSV(B)264.55º19.56%88.24%-
XYZ53.6750.6378.18-
YUV191.4146.96133.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.89%
GREEN value IS 181 (71.09% from 255) = 29.92%
BLUE value IS 225 (88.28% from 255) = 37.19%
R=32.89%
G=29.92%
B=37.19%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1991812250.120.2000.12264.5542.3179.61
HexC7B5E1C140C1092a50
Octal307265341142401441152120
Binary110001111011010111100001110010100011001000010011010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7B5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7B5E1; }

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

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

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

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

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

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

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

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