Html Css Color HEX #C8A8FD Mauve

📋 copy color: '#C8A8FD'

red 200 ◦ green 168 ◦ blue 253

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

Shades of Mauve #C8A8FD

Tints of Mauve #C8A8FD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.05%

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

R = 32.21%
G = 27.05%
B = 40.74%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C8A8FD (or 0xC8A8FD) is known color: Mauve. HEX triplet: C8, A8 and FD. RGB value is (200,168,253). Sum of RGB (Red+Green+Blue) = 200+168+253=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 168 (66.02% from 255 or 27.05% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8A8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A8FD is #375702. Grayscale: #BABABA. Windows color (decimal): -3626755 or 16623816. OLE color: 16623816.

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

Color convert

RGB 200 168 253 -
CMYK 0.21 0.34 0 0.01
HSL 262.59º 0.96% 0.83% -
HSV(B) 262.59º 0.34% 0.99% -
XYZ 55.55 47.38 99.15 -
YUV 187.26 165.1 137.09 -
System Red Green Blue C M Y K H S L
Decimal 200 168 253 0.21 0.34 0 0.01 262.59 0.96 0.83
Hex C8 A8 FD 15 22 0 1 107 60 53
Octal 310 250 375 25 42 0 1 407 140 123
Binary 11001000 10101000 11111101 10101 100010 0 1 100000111 1100000 1010011

Color Harmonies of #C8A8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A8FD

Black with #C8A8FD

Text Example


Text Example

White with #C8A8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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