Html Css Color HEX #C8AAFD Mauve

📋 copy color: '#C8AAFD'

red 200 ◦ green 170 ◦ blue 253

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

Shades of Mauve #C8AAFD

Tints of Mauve #C8AAFD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.29%

 BLUE value IS 253 (99.22% from 255) = 40.61%

R = 32.1%
G = 27.29%
B = 40.61%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C8AAFD (or 0xC8AAFD) is known color: Mauve. HEX triplet: C8, AA and FD. RGB value is (200,170,253). Sum of RGB (Red+Green+Blue) = 200+170+253=623 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.10% from 623); Green value is 170 (66.80% from 255 or 27.29% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AAFD is #375502. Grayscale: #BCBCBC. Windows color (decimal): -3626243 or 16624328. OLE color: 16624328.

HSL color Cylindrical-coordinate representation of color #C8AAFD: hue angle of 261.69º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8AAFD is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 170 253 -
CMYK 0.21 0.33 0 0.01
HSL 261.69º 0.95% 0.83% -
HSV(B) 261.69º 0.33% 0.99% -
XYZ 55.92 48.12 99.27 -
YUV 188.43 164.44 136.25 -
System Red Green Blue C M Y K H S L
Decimal 200 170 253 0.21 0.33 0 0.01 261.69 0.95 0.83
Hex C8 AA FD 15 21 0 1 106 5F 53
Octal 310 252 375 25 41 0 1 406 137 123
Binary 11001000 10101010 11111101 10101 100001 0 1 100000110 1011111 1010011

Color Harmonies of #C8AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AAFD

Black with #C8AAFD

Text Example


Text Example

White with #C8AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AAFD; }

 p { color: rgb(200,170,253); }

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

background-color css

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

 a { background-color: rgb(200,170,253); }

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

border-color css

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

 span { border-color: rgb(200,170,253); }

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