Html Css Color HEX #C7B5DD Moon Raker

📋 copy color: '#C7B5DD'

red 199 ◦ green 181 ◦ blue 221

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

Shades of Moon Raker #C7B5DD

Tints of Moon Raker #C7B5DD

RGB

 RED value IS 199 (78.13% from 255) = 33.11%

 GREEN value IS 181 (71.09% from 255) = 30.12%

 BLUE value IS 221 (86.72% from 255) = 36.77%

R = 33.11%
G = 30.12%
B = 36.77%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C7B5DD (or 0xC7B5DD) is known color: Moon Raker. HEX triplet: C7, B5 and DD. RGB value is (199,181,221). Sum of RGB (Red+Green+Blue) = 199+181+221=601 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.11% from 601); Green value is 181 (71.09% from 255 or 30.12% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #C7B5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B5DD is #384A22. Grayscale: #BEBEBE. Windows color (decimal): -3688995 or 14529991. OLE color: 14529991.

HSL color Cylindrical-coordinate representation of color #C7B5DD: hue angle of 267º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7B5DD is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 199 181 221 -
CMYK 0.10 0.18 0 0.13
HSL 267º 0.37% 0.79% -
HSV(B) 267º 0.18% 0.87% -
XYZ 53.13 50.41 75.34 -
YUV 190.94 144.96 133.75 -
System Red Green Blue C M Y K H S L
Decimal 199 181 221 0.10 0.18 0 0.13 267 0.37 0.79
Hex C7 B5 DD A 12 0 D 10B 25 4F
Octal 307 265 335 12 22 0 15 413 45 117
Binary 11000111 10110101 11011101 1010 10010 0 1101 100001011 100101 1001111

Color Harmonies of #C7B5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B5DD

Black with #C7B5DD

Text Example


Text Example

White with #C7B5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B5DD; }

 p { color: rgb(199,181,221); }

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

background-color css

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

 a { background-color: rgb(199,181,221); }

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

border-color css

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

 span { border-color: rgb(199,181,221); }

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