Html Css Color HEX #CB98FE Mauve

📋 copy color: '#CB98FE'

red 203 ◦ green 152 ◦ blue 254

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

Shades of Mauve #CB98FE

Tints of Mauve #CB98FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.71%

R = 33.33%
G = 24.96%
B = 41.71%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CB98FE (or 0xCB98FE) is known color: Mauve. HEX triplet: CB, 98 and FE. RGB value is (203,152,254). Sum of RGB (Red+Green+Blue) = 203+152+254=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 152 (59.77% from 255 or 24.96% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB98FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB98FE is #346701. Grayscale: #B2B2B2. Windows color (decimal): -3434242 or 16685259. OLE color: 16685259.

HSL color Cylindrical-coordinate representation of color #CB98FE: hue angle of 270º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB98FE is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 203 152 254 -
CMYK 0.20 0.40 0 0.00
HSL 270º 0.98% 0.8% -
HSV(B) 270º 0.4% 1% -
XYZ 53.75 42.31 99.1 -
YUV 178.88 170.4 145.21 -
System Red Green Blue C M Y K H S L
Decimal 203 152 254 0.20 0.40 0 0.00 270 0.98 0.8
Hex CB 98 FE 14 28 0 0 10E 62 50
Octal 313 230 376 24 50 0 0 416 142 120
Binary 11001011 10011000 11111110 10100 101000 0 0 100001110 1100010 1010000

Color Harmonies of #CB98FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB98FE

Black with #CB98FE

Text Example


Text Example

White with #CB98FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB98FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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