Html Css Color HEX #C89BFA Mauve

📋 copy color: '#C89BFA'

red 200 ◦ green 155 ◦ blue 250

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

Shades of Mauve #C89BFA

Tints of Mauve #C89BFA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.62%

 BLUE value IS 250 (98.05% from 255) = 41.32%

R = 33.06%
G = 25.62%
B = 41.32%

CMYK

 C value IS 0.2

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C89BFA (or 0xC89BFA) is known color: Mauve. HEX triplet: C8, 9B and FA. RGB value is (200,155,250). Sum of RGB (Red+Green+Blue) = 200+155+250=605 (80% of max value = 765). Red value is 200 (78.52% from 255 or 33.06% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #C89BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C89BFA is #376405. Grayscale: #B2B2B2. Windows color (decimal): -3630086 or 16423880. OLE color: 16423880.

HSL color Cylindrical-coordinate representation of color #C89BFA: hue angle of 268.42º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C89BFA is Cyan = 0.2, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 155 250 -
CMYK 0.2 0.38 0 0.02
HSL 268.42º 0.9% 0.79% -
HSV(B) 268.42º 0.38% 0.98% -
XYZ 52.8 42.62 95.89 -
YUV 179.29 167.91 142.78 -
System Red Green Blue C M Y K H S L
Decimal 200 155 250 0.2 0.38 0 0.02 268.42 0.9 0.79
Hex C8 9B FA 14 26 0 2 10C 5A 4F
Octal 310 233 372 24 46 0 2 414 132 117
Binary 11001000 10011011 11111010 10100 100110 0 10 100001100 1011010 1001111

Color Harmonies of #C89BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C89BFA

Black with #C89BFA

Text Example


Text Example

White with #C89BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C89BFA; }

 p { color: rgb(200,155,250); }

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

background-color css

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

 a { background-color: rgb(200,155,250); }

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

border-color css

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

 span { border-color: rgb(200,155,250); }

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