Html Css Color HEX #C1B1E0 Moon Raker

📋 copy color: '#C1B1E0'

red 193 ◦ green 177 ◦ blue 224

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

Shades of Moon Raker #C1B1E0

Tints of Moon Raker #C1B1E0

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.8%

 BLUE value IS 224 (87.89% from 255) = 37.71%

R = 32.49%
G = 29.8%
B = 37.71%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C1B1E0 (or 0xC1B1E0) is known color: Moon Raker. HEX triplet: C1, B1 and E0. RGB value is (193,177,224). Sum of RGB (Red+Green+Blue) = 193+177+224=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 177 (69.53% from 255 or 29.80% from 594); Blue value is 224 (87.89% from 255 or 37.71% from 594); Max value from RGB is 224 - color contains mainly: blue. Hex color #C1B1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B1E0 is #3E4E1F. Grayscale: #BABABA. Windows color (decimal): -4083232 or 14725569. OLE color: 14725569.

HSL color Cylindrical-coordinate representation of color #C1B1E0: hue angle of 260.43º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1B1E0 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 193 177 224 -
CMYK 0.14 0.21 0 0.12
HSL 260.43º 0.43% 0.79% -
HSV(B) 260.43º 0.21% 0.88% -
XYZ 51.17 48.16 77.12 -
YUV 187.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 193 177 224 0.14 0.21 0 0.12 260.43 0.43 0.79
Hex C1 B1 E0 E 15 0 C 104 2B 4F
Octal 301 261 340 16 25 0 14 404 53 117
Binary 11000001 10110001 11100000 1110 10101 0 1100 100000100 101011 1001111

Color Harmonies of #C1B1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B1E0

Black with #C1B1E0

Text Example


Text Example

White with #C1B1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B1E0; }

 p { color: rgb(193,177,224); }

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

background-color css

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

 a { background-color: rgb(193,177,224); }

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

border-color css

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

 span { border-color: rgb(193,177,224); }

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