#C3B1DF

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

Shades of Moon Raker #C3B1DF

Tints of Moon Raker #C3B1DF

Color information

#C3B1DF (or 0xC3B1DF) is unknown color: approx Moon Raker. HEX triplet: C3, B1 and DF. RGB value is (195,177,223). Sum of RGB (Red+Green+Blue) = 195+177+223=595 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.77% from 595); Green value is 177 (69.53% from 255 or 29.75% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #C3B1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3B1DF is #3C4E20. Grayscale: #BBBBBB. Windows color (decimal): -3952161 or 14660035. OLE color: 14660035.

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

Color convert

RGB195177223-
CMYK0.130.2100.13
HSL263.48º41.82%78.43%-
HSV(B)263.48º20.63%87.45%-
XYZ51.5548.3776.43-
YUV187.63147.96133.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.77%
GREEN value IS 177 (69.53% from 255) = 29.75%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=32.77%
G=29.75%
B=37.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1951772230.130.2100.13263.4841.8278.43
HexC3B1DFD150D1072a4e
Octal303261337152501540752116
Binary110000111011000111011111110110101011011000001111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B1DF; }

 p { color: rgb(195,177,223); }

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

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

 a { background-color: rgb(195,177,223); }

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

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

 span { border-color: rgb(195,177,223); }

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