Html Css Color HEX #C6B5D7 Moon Raker

📋 copy color: '#C6B5D7'

red 198 ◦ green 181 ◦ blue 215

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

Shades of Moon Raker #C6B5D7

Tints of Moon Raker #C6B5D7

RGB

 RED value IS 198 (77.73% from 255) = 33.33%

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

 BLUE value IS 215 (84.38% from 255) = 36.2%

R = 33.33%
G = 30.47%
B = 36.2%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C6B5D7 (or 0xC6B5D7) is known color: Moon Raker. HEX triplet: C6, B5 and D7. RGB value is (198,181,215). Sum of RGB (Red+Green+Blue) = 198+181+215=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 181 (71.09% from 255 or 30.47% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 215 - color contains mainly: blue. Hex color #C6B5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B5D7 is #394A28. Grayscale: #BDBDBD. Windows color (decimal): -3754537 or 14136774. OLE color: 14136774.

HSL color Cylindrical-coordinate representation of color #C6B5D7: hue angle of 270º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C6B5D7 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 181 215 -
CMYK 0.08 0.16 0 0.16
HSL 270º 0.3% 0.78% -
HSV(B) 270º 0.16% 0.84% -
XYZ 52.08 49.96 71.19 -
YUV 189.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 198 181 215 0.08 0.16 0 0.16 270 0.3 0.78
Hex C6 B5 D7 8 10 0 10 10E 1E 4E
Octal 306 265 327 10 20 0 20 416 36 116
Binary 11000110 10110101 11010111 1000 10000 0 10000 100001110 11110 1001110

Color Harmonies of #C6B5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B5D7

Black with #C6B5D7

Text Example


Text Example

White with #C6B5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B5D7; }

 p { color: rgb(198,181,215); }

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

background-color css

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

 a { background-color: rgb(198,181,215); }

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

border-color css

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

 span { border-color: rgb(198,181,215); }

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