Html Css Color HEX #CB98FF Mauve

📋 copy color: '#CB98FF'

red 203 ◦ green 152 ◦ blue 255

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

Shades of Mauve #CB98FF

Tints of Mauve #CB98FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.8%

R = 33.28%
G = 24.92%
B = 41.8%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CB98FF (or 0xCB98FF) is known color: Mauve. HEX triplet: CB, 98 and FF. RGB value is (203,152,255). Sum of RGB (Red+Green+Blue) = 203+152+255=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB98FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB98FF is #346700. Grayscale: #B2B2B2. Windows color (decimal): -3434241 or 16750795. OLE color: 16750795.

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

Color convert

RGB 203 152 255 -
CMYK 0.20 0.40 0 0
HSL 269.71º 1% 0.8% -
HSV(B) 269.71º 0.4% 1% -
XYZ 53.91 42.37 99.95 -
YUV 178.99 170.9 145.12 -
System Red Green Blue C M Y K H S L
Decimal 203 152 255 0.20 0.40 0 0 269.71 1 0.8
Hex CB 98 FF 14 28 0 0 10E 64 50
Octal 313 230 377 24 50 0 0 416 144 120
Binary 11001011 10011000 11111111 10100 101000 0 0 100001110 1100100 1010000

Color Harmonies of #CB98FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB98FF

Black with #CB98FF

Text Example


Text Example

White with #CB98FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB98FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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