Html Css Color HEX #CB97FA Mauve

📋 copy color: '#CB97FA'

red 203 ◦ green 151 ◦ blue 250

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

Shades of Mauve #CB97FA

Tints of Mauve #CB97FA

RGB

 RED value IS 203 (79.69% from 255) = 33.61%

 GREEN value IS 151 (59.38% from 255) = 25%

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

R = 33.61%
G = 25%
B = 41.39%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB97FA (or 0xCB97FA) is known color: Mauve. HEX triplet: CB, 97 and FA. RGB value is (203,151,250). Sum of RGB (Red+Green+Blue) = 203+151+250=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB97FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB97FA is #346805. Grayscale: #B1B1B1. Windows color (decimal): -3434502 or 16422859. OLE color: 16422859.

HSL color Cylindrical-coordinate representation of color #CB97FA: hue angle of 271.52º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB97FA is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 151 250 -
CMYK 0.19 0.40 0 0.02
HSL 271.52º 0.91% 0.79% -
HSV(B) 271.52º 0.4% 0.98% -
XYZ 52.95 41.73 95.71 -
YUV 177.83 168.73 145.95 -
System Red Green Blue C M Y K H S L
Decimal 203 151 250 0.19 0.40 0 0.02 271.52 0.91 0.79
Hex CB 97 FA 13 28 0 2 110 5B 4F
Octal 313 227 372 23 50 0 2 420 133 117
Binary 11001011 10010111 11111010 10011 101000 0 10 100010000 1011011 1001111

Color Harmonies of #CB97FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB97FA

Black with #CB97FA

Text Example


Text Example

White with #CB97FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB97FA; }

 p { color: rgb(203,151,250); }

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

background-color css

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

 a { background-color: rgb(203,151,250); }

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

border-color css

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

 span { border-color: rgb(203,151,250); }

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