Html Css Color HEX #C6B3DC Moon Raker

📋 copy color: '#C6B3DC'

red 198 ◦ green 179 ◦ blue 220

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

Shades of Moon Raker #C6B3DC

Tints of Moon Raker #C6B3DC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 29.98%

 BLUE value IS 220 (86.33% from 255) = 36.85%

R = 33.17%
G = 29.98%
B = 36.85%

CMYK

 C value IS 0.1

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C6B3DC (or 0xC6B3DC) is known color: Moon Raker. HEX triplet: C6, B3 and DC. RGB value is (198,179,220). Sum of RGB (Red+Green+Blue) = 198+179+220=597 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.17% from 597); Green value is 179 (70.31% from 255 or 29.98% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #C6B3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B3DC is #394C23. Grayscale: #BDBDBD. Windows color (decimal): -3755044 or 14463942. OLE color: 14463942.

HSL color Cylindrical-coordinate representation of color #C6B3DC: hue angle of 267.8º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C6B3DC is Cyan = 0.1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 198 179 220 -
CMYK 0.1 0.19 0 0.14
HSL 267.8º 0.37% 0.78% -
HSV(B) 267.8º 0.19% 0.86% -
XYZ 52.33 49.41 74.49 -
YUV 189.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 198 179 220 0.1 0.19 0 0.14 267.8 0.37 0.78
Hex C6 B3 DC A 13 0 E 10C 25 4E
Octal 306 263 334 12 23 0 16 414 45 116
Binary 11000110 10110011 11011100 1010 10011 0 1110 100001100 100101 1001110

Color Harmonies of #C6B3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B3DC

Black with #C6B3DC

Text Example


Text Example

White with #C6B3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B3DC; }

 p { color: rgb(198,179,220); }

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

background-color css

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

 a { background-color: rgb(198,179,220); }

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

border-color css

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

 span { border-color: rgb(198,179,220); }

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