Html Css Color HEX #C1B0DF Moon Raker

📋 copy color: '#C1B0DF'

red 193 ◦ green 176 ◦ blue 223

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

Shades of Moon Raker #C1B0DF

Tints of Moon Raker #C1B0DF

RGB

 RED value IS 193 (75.78% from 255) = 32.6%

 GREEN value IS 176 (69.14% from 255) = 29.73%

 BLUE value IS 223 (87.5% from 255) = 37.67%

R = 32.6%
G = 29.73%
B = 37.67%

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

#C1B0DF (or 0xC1B0DF) is known color: Moon Raker. HEX triplet: C1, B0 and DF. RGB value is (193,176,223). Sum of RGB (Red+Green+Blue) = 193+176+223=592 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.60% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1B0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B0DF is #3E4F20. Grayscale: #BABABA. Windows color (decimal): -4083489 or 14659777. OLE color: 14659777.

HSL color Cylindrical-coordinate representation of color #C1B0DF: hue angle of 261.7º 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 #C1B0DF is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 176 223 -
CMYK 0.13 0.21 0 0.13
HSL 261.7º 0.42% 0.78% -
HSV(B) 261.7º 0.21% 0.87% -
XYZ 50.84 47.72 76.34 -
YUV 186.44 148.63 132.68 -
System Red Green Blue C M Y K H S L
Decimal 193 176 223 0.13 0.21 0 0.13 261.7 0.42 0.78
Hex C1 B0 DF D 15 0 D 106 2A 4E
Octal 301 260 337 15 25 0 15 406 52 116
Binary 11000001 10110000 11011111 1101 10101 0 1101 100000110 101010 1001110

Color Harmonies of #C1B0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B0DF

Black with #C1B0DF

Text Example


Text Example

White with #C1B0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B0DF; }

 p { color: rgb(193,176,223); }

 H1.HeaderClassName
 {
   color: #C1B0DF;
 }
 .AnyTagClassName
 {
   color: #C1B0DF;
 }
</style>

background-color css

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

 a { background-color: rgb(193,176,223); }

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

border-color css

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

 span { border-color: rgb(193,176,223); }

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