Html Css Color HEX #CB98FA Mauve

📋 copy color: '#CB98FA'

red 203 ◦ green 152 ◦ blue 250

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

Shades of Mauve #CB98FA

Tints of Mauve #CB98FA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.12%

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

R = 33.55%
G = 25.12%
B = 41.32%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB98FA (or 0xCB98FA) is known color: Mauve. HEX triplet: CB, 98 and FA. RGB value is (203,152,250). Sum of RGB (Red+Green+Blue) = 203+152+250=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 152 (59.77% from 255 or 25.12% 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 #CB98FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB98FA is #346705. Grayscale: #B2B2B2. Windows color (decimal): -3434246 or 16423115. OLE color: 16423115.

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

Color convert

RGB 203 152 250 -
CMYK 0.19 0.39 0 0.02
HSL 271.22º 0.91% 0.79% -
HSV(B) 271.22º 0.39% 0.98% -
XYZ 53.11 42.06 95.76 -
YUV 178.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 203 152 250 0.19 0.39 0 0.02 271.22 0.91 0.79
Hex CB 98 FA 13 27 0 2 10F 5B 4F
Octal 313 230 372 23 47 0 2 417 133 117
Binary 11001011 10011000 11111010 10011 100111 0 10 100001111 1011011 1001111

Color Harmonies of #CB98FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB98FA

Black with #CB98FA

Text Example


Text Example

White with #CB98FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB98FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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