Html Css Color HEX #C3B1DF Moon Raker

📋 copy color: '#C3B1DF'

red 195 ◦ green 177 ◦ blue 223

#C3B1DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moon Raker #C3B1DF

Tints of Moon Raker #C3B1DF

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 value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3B1DF (or 0xC3B1DF) is known color: 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

RGB 195 177 223 -
CMYK 0.13 0.21 0 0.13
HSL 263.48º 0.42% 0.78% -
HSV(B) 263.48º 0.21% 0.87% -
XYZ 51.55 48.37 76.43 -
YUV 187.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 195 177 223 0.13 0.21 0 0.13 263.48 0.42 0.78
Hex C3 B1 DF D 15 0 D 107 2A 4E
Octal 303 261 337 15 25 0 15 407 52 116
Binary 11000011 10110001 11011111 1101 10101 0 1101 100000111 101010 1001110

Color Harmonies of #C3B1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B1DF

Black with #C3B1DF

Text Example


Text Example

White with #C3B1DF

Text Example


Text Example

HTML Codes & Css Web 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>