Html Css Color HEX #C8AEFD Mauve

📋 copy color: '#C8AEFD'

red 200 ◦ green 174 ◦ blue 253

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

Shades of Mauve #C8AEFD

Tints of Mauve #C8AEFD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.75%

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

R = 31.9%
G = 27.75%
B = 40.35%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C8AEFD (or 0xC8AEFD) is known color: Mauve. HEX triplet: C8, AE and FD. RGB value is (200,174,253). Sum of RGB (Red+Green+Blue) = 200+174+253=627 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.90% from 627); Green value is 174 (68.36% from 255 or 27.75% from 627); Blue value is 253 (99.22% from 255 or 40.35% from 627); Max value from RGB is 253 - color contains mainly: blue. Hex color #C8AEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AEFD is #375102. Grayscale: #BEBEBE. Windows color (decimal): -3625219 or 16625352. OLE color: 16625352.

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

Color convert

RGB 200 174 253 -
CMYK 0.21 0.31 0 0.01
HSL 259.75º 0.95% 0.84% -
HSV(B) 259.75º 0.31% 0.99% -
XYZ 56.69 49.64 99.52 -
YUV 190.78 163.11 134.58 -
System Red Green Blue C M Y K H S L
Decimal 200 174 253 0.21 0.31 0 0.01 259.75 0.95 0.84
Hex C8 AE FD 15 1F 0 1 104 5F 54
Octal 310 256 375 25 37 0 1 404 137 124
Binary 11001000 10101110 11111101 10101 11111 0 1 100000100 1011111 1010100

Color Harmonies of #C8AEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AEFD

Black with #C8AEFD

Text Example


Text Example

White with #C8AEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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