Html Css Color HEX #C8A5FF Mauve

📋 copy color: '#C8A5FF'

red 200 ◦ green 165 ◦ blue 255

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

Shades of Mauve #C8A5FF

Tints of Mauve #C8A5FF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.61%

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

R = 32.26%
G = 26.61%
B = 41.13%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C8A5FF (or 0xC8A5FF) is known color: Mauve. HEX triplet: C8, A5 and FF. RGB value is (200,165,255). Sum of RGB (Red+Green+Blue) = 200+165+255=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 165 (64.84% from 255 or 26.61% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8A5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A5FF is #375A00. Grayscale: #B9B9B9. Windows color (decimal): -3627521 or 16754120. OLE color: 16754120.

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

Color convert

RGB 200 165 255 -
CMYK 0.22 0.35 0 0
HSL 263.33º 1% 0.82% -
HSV(B) 263.33º 0.35% 1% -
XYZ 55.32 46.41 100.65 -
YUV 185.73 167.1 138.18 -
System Red Green Blue C M Y K H S L
Decimal 200 165 255 0.22 0.35 0 0 263.33 1 0.82
Hex C8 A5 FF 16 23 0 0 107 64 52
Octal 310 245 377 26 43 0 0 407 144 122
Binary 11001000 10100101 11111111 10110 100011 0 0 100000111 1100100 1010010

Color Harmonies of #C8A5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A5FF

Black with #C8A5FF

Text Example


Text Example

White with #C8A5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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