Html Css Color HEX #C5B1DF Moon Raker

📋 copy color: '#C5B1DF'

red 197 ◦ green 177 ◦ blue 223

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

Shades of Moon Raker #C5B1DF

Tints of Moon Raker #C5B1DF

RGB

 RED value IS 197 (77.34% from 255) = 33%

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

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

R = 33%
G = 29.65%
B = 37.35%

CMYK

 C value IS 0.12

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C5B1DF (or 0xC5B1DF) is known color: Moon Raker. HEX triplet: C5, B1 and DF. RGB value is (197,177,223). Sum of RGB (Red+Green+Blue) = 197+177+223=597 (79% of max value = 765). Red value is 197 (77.34% from 255 or 33.00% from 597); Green value is 177 (69.53% from 255 or 29.65% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #C5B1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B1DF is #3A4E20. Grayscale: #BCBCBC. Windows color (decimal): -3821089 or 14660037. OLE color: 14660037.

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

Color convert

RGB 197 177 223 -
CMYK 0.12 0.21 0 0.13
HSL 266.09º 0.42% 0.78% -
HSV(B) 266.09º 0.21% 0.87% -
XYZ 52.07 48.64 76.46 -
YUV 188.22 147.63 134.26 -
System Red Green Blue C M Y K H S L
Decimal 197 177 223 0.12 0.21 0 0.13 266.09 0.42 0.78
Hex C5 B1 DF C 15 0 D 10A 2A 4E
Octal 305 261 337 14 25 0 15 412 52 116
Binary 11000101 10110001 11011111 1100 10101 0 1101 100001010 101010 1001110

Color Harmonies of #C5B1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B1DF

Black with #C5B1DF

Text Example


Text Example

White with #C5B1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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