Html Css Color HEX #C8A5FB Mauve

📋 copy color: '#C8A5FB'

red 200 ◦ green 165 ◦ blue 251

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

Shades of Mauve #C8A5FB

Tints of Mauve #C8A5FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.75%

R = 32.47%
G = 26.79%
B = 40.75%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8A5FB (or 0xC8A5FB) is known color: Mauve. HEX triplet: C8, A5 and FB. RGB value is (200,165,251). Sum of RGB (Red+Green+Blue) = 200+165+251=616 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.47% from 616); Green value is 165 (64.84% from 255 or 26.79% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8A5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A5FB is #375A04. Grayscale: #B8B8B8. Windows color (decimal): -3627525 or 16491976. OLE color: 16491976.

HSL color Cylindrical-coordinate representation of color #C8A5FB: hue angle of 264.42º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C8A5FB is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 165 251 -
CMYK 0.20 0.34 0 0.02
HSL 264.42º 0.91% 0.82% -
HSV(B) 264.42º 0.34% 0.98% -
XYZ 54.69 46.15 97.29 -
YUV 185.27 165.1 138.51 -
System Red Green Blue C M Y K H S L
Decimal 200 165 251 0.20 0.34 0 0.02 264.42 0.91 0.82
Hex C8 A5 FB 14 22 0 2 108 5B 52
Octal 310 245 373 24 42 0 2 410 133 122
Binary 11001000 10100101 11111011 10100 100010 0 10 100001000 1011011 1010010

Color Harmonies of #C8A5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A5FB

Black with #C8A5FB

Text Example


Text Example

White with #C8A5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A5FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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