Html Css Color HEX #C8B0FF Mauve

📋 copy color: '#C8B0FF'

red 200 ◦ green 176 ◦ blue 255

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

Shades of Mauve #C8B0FF

Tints of Mauve #C8B0FF

RGB

 RED value IS 200 (78.52% from 255) = 31.7%

 GREEN value IS 176 (69.14% from 255) = 27.89%

 BLUE value IS 255 (100% from 255) = 40.41%

R = 31.7%
G = 27.89%
B = 40.41%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C8B0FF (or 0xC8B0FF) is known color: Mauve. HEX triplet: C8, B0 and FF. RGB value is (200,176,255). Sum of RGB (Red+Green+Blue) = 200+176+255=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 176 (69.14% from 255 or 27.89% from 631); Blue value is 255 (100% from 255 or 40.41% from 631); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8B0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8B0FF is #374F00. Grayscale: #BFBFBF. Windows color (decimal): -3624705 or 16756936. OLE color: 16756936.

HSL color Cylindrical-coordinate representation of color #C8B0FF: hue angle of 258.23º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C8B0FF is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 200 176 255 -
CMYK 0.22 0.31 0 0
HSL 258.23º 1% 0.85% -
HSV(B) 258.23º 0.31% 1% -
XYZ 57.39 50.55 101.34 -
YUV 192.18 163.45 133.58 -
System Red Green Blue C M Y K H S L
Decimal 200 176 255 0.22 0.31 0 0 258.23 1 0.85
Hex C8 B0 FF 16 1F 0 0 102 64 55
Octal 310 260 377 26 37 0 0 402 144 125
Binary 11001000 10110000 11111111 10110 11111 0 0 100000010 1100100 1010101

Color Harmonies of #C8B0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B0FF

Black with #C8B0FF

Text Example


Text Example

White with #C8B0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B0FF; }

 p { color: rgb(200,176,255); }

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

background-color css

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

 a { background-color: rgb(200,176,255); }

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

border-color css

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

 span { border-color: rgb(200,176,255); }

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