Html Css Color HEX #C69EFD Mauve

📋 copy color: '#C69EFD'

red 198 ◦ green 158 ◦ blue 253

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

Shades of Mauve #C69EFD

Tints of Mauve #C69EFD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.94%

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

R = 32.51%
G = 25.94%
B = 41.54%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C69EFD (or 0xC69EFD) is known color: Mauve. HEX triplet: C6, 9E and FD. RGB value is (198,158,253). Sum of RGB (Red+Green+Blue) = 198+158+253=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #C69EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69EFD is #396102. Grayscale: #B4B4B4. Windows color (decimal): -3760387 or 16621254. OLE color: 16621254.

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

Color convert

RGB 198 158 253 -
CMYK 0.22 0.38 0 0.01
HSL 265.26º 0.96% 0.81% -
HSV(B) 265.26º 0.38% 0.99% -
XYZ 53.25 43.55 98.53 -
YUV 180.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 198 158 253 0.22 0.38 0 0.01 265.26 0.96 0.81
Hex C6 9E FD 16 26 0 1 109 60 51
Octal 306 236 375 26 46 0 1 411 140 121
Binary 11000110 10011110 11111101 10110 100110 0 1 100001001 1100000 1010001

Color Harmonies of #C69EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69EFD

Black with #C69EFD

Text Example


Text Example

White with #C69EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69EFD; }

 p { color: rgb(198,158,253); }

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

background-color css

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

 a { background-color: rgb(198,158,253); }

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

border-color css

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

 span { border-color: rgb(198,158,253); }

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