Html Css Color HEX #C69AFE Mauve

📋 copy color: '#C69AFE'

red 198 ◦ green 154 ◦ blue 254

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

Shades of Mauve #C69AFE

Tints of Mauve #C69AFE

RGB

 RED value IS 198 (77.73% from 255) = 32.67%

 GREEN value IS 154 (60.55% from 255) = 25.41%

 BLUE value IS 254 (99.61% from 255) = 41.91%

R = 32.67%
G = 25.41%
B = 41.91%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C69AFE (or 0xC69AFE) is known color: Mauve. HEX triplet: C6, 9A and FE. RGB value is (198,154,254). Sum of RGB (Red+Green+Blue) = 198+154+254=606 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.67% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #C69AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69AFE is #396501. Grayscale: #B2B2B2. Windows color (decimal): -3761410 or 16685766. OLE color: 16685766.

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

Color convert

RGB 198 154 254 -
CMYK 0.22 0.39 0 0.00
HSL 266.4º 0.98% 0.8% -
HSV(B) 266.4º 0.39% 1% -
XYZ 52.73 42.27 99.15 -
YUV 178.56 170.58 141.87 -
System Red Green Blue C M Y K H S L
Decimal 198 154 254 0.22 0.39 0 0.00 266.4 0.98 0.8
Hex C6 9A FE 16 27 0 0 10A 62 50
Octal 306 232 376 26 47 0 0 412 142 120
Binary 11000110 10011010 11111110 10110 100111 0 0 100001010 1100010 1010000

Color Harmonies of #C69AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69AFE

Black with #C69AFE

Text Example


Text Example

White with #C69AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69AFE; }

 p { color: rgb(198,154,254); }

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

background-color css

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

 a { background-color: rgb(198,154,254); }

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

border-color css

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

 span { border-color: rgb(198,154,254); }

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