Html Css Color HEX #C691FF Mauve

📋 copy color: '#C691FF'

red 198 ◦ green 145 ◦ blue 255

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

Shades of Mauve #C691FF

Tints of Mauve #C691FF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.25%

 BLUE value IS 255 (100% from 255) = 42.64%

R = 33.11%
G = 24.25%
B = 42.64%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C691FF (or 0xC691FF) is known color: Mauve. HEX triplet: C6, 91 and FF. RGB value is (198,145,255). Sum of RGB (Red+Green+Blue) = 198+145+255=598 (79% of max value = 765). Red value is 198 (77.73% from 255 or 33.11% from 598); Green value is 145 (57.03% from 255 or 24.25% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #C691FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C691FF is #396E00. Grayscale: #ADADAD. Windows color (decimal): -3763713 or 16748998. OLE color: 16748998.

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

Color convert

RGB 198 145 255 -
CMYK 0.22 0.43 0 0
HSL 268.91º 1% 0.78% -
HSV(B) 268.91º 0.43% 1% -
XYZ 51.46 39.48 99.52 -
YUV 173.39 174.06 145.56 -
System Red Green Blue C M Y K H S L
Decimal 198 145 255 0.22 0.43 0 0 268.91 1 0.78
Hex C6 91 FF 16 2B 0 0 10D 64 4E
Octal 306 221 377 26 53 0 0 415 144 116
Binary 11000110 10010001 11111111 10110 101011 0 0 100001101 1100100 1001110

Color Harmonies of #C691FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C691FF

Black with #C691FF

Text Example


Text Example

White with #C691FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C691FF; }

 p { color: rgb(198,145,255); }

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

background-color css

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

 a { background-color: rgb(198,145,255); }

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

border-color css

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

 span { border-color: rgb(198,145,255); }

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