Html Css Color HEX #C6B3DD Moon Raker

📋 copy color: '#C6B3DD'

red 198 ◦ green 179 ◦ blue 221

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

Shades of Moon Raker #C6B3DD

Tints of Moon Raker #C6B3DD

RGB

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

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

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

R = 33.11%
G = 29.93%
B = 36.96%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C6B3DD (or 0xC6B3DD) is known color: Moon Raker. HEX triplet: C6, B3 and DD. RGB value is (198,179,221). Sum of RGB (Red+Green+Blue) = 198+179+221=598 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.11% from 598); Green value is 179 (70.31% from 255 or 29.93% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #C6B3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6B3DD is #394C22. Grayscale: #BDBDBD. Windows color (decimal): -3755043 or 14529478. OLE color: 14529478.

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

Color convert

RGB 198 179 221 -
CMYK 0.10 0.19 0 0.13
HSL 267.14º 0.38% 0.78% -
HSV(B) 267.14º 0.19% 0.87% -
XYZ 52.46 49.47 75.19 -
YUV 189.47 145.79 134.08 -
System Red Green Blue C M Y K H S L
Decimal 198 179 221 0.10 0.19 0 0.13 267.14 0.38 0.78
Hex C6 B3 DD A 13 0 D 10B 26 4E
Octal 306 263 335 12 23 0 15 413 46 116
Binary 11000110 10110011 11011101 1010 10011 0 1101 100001011 100110 1001110

Color Harmonies of #C6B3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6B3DD

Black with #C6B3DD

Text Example


Text Example

White with #C6B3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6B3DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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