Html Css Color HEX #C69CFD Mauve

📋 copy color: '#C69CFD'

red 198 ◦ green 156 ◦ blue 253

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

Shades of Mauve #C69CFD

Tints of Mauve #C69CFD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.7%

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

R = 32.62%
G = 25.7%
B = 41.68%

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

#C69CFD (or 0xC69CFD) is known color: Mauve. HEX triplet: C6, 9C and FD. RGB value is (198,156,253). Sum of RGB (Red+Green+Blue) = 198+156+253=607 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.62% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #C69CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69CFD is #396302. Grayscale: #B3B3B3. Windows color (decimal): -3760899 or 16620742. OLE color: 16620742.

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

Color convert

RGB 198 156 253 -
CMYK 0.22 0.38 0 0.01
HSL 265.98º 0.96% 0.8% -
HSV(B) 265.98º 0.38% 0.99% -
XYZ 52.91 42.87 98.42 -
YUV 179.62 169.41 141.11 -
System Red Green Blue C M Y K H S L
Decimal 198 156 253 0.22 0.38 0 0.01 265.98 0.96 0.8
Hex C6 9C FD 16 26 0 1 10A 60 50
Octal 306 234 375 26 46 0 1 412 140 120
Binary 11000110 10011100 11111101 10110 100110 0 1 100001010 1100000 1010000

Color Harmonies of #C69CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69CFD

Black with #C69CFD

Text Example


Text Example

White with #C69CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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