Html Css Color HEX #CB9FFB Mauve

📋 copy color: '#CB9FFB'

red 203 ◦ green 159 ◦ blue 251

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

Shades of Mauve #CB9FFB

Tints of Mauve #CB9FFB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.94%

 BLUE value IS 251 (98.44% from 255) = 40.95%

R = 33.12%
G = 25.94%
B = 40.95%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB9FFB (or 0xCB9FFB) is known color: Mauve. HEX triplet: CB, 9F and FB. RGB value is (203,159,251). Sum of RGB (Red+Green+Blue) = 203+159+251=613 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.12% from 613); Green value is 159 (62.5% from 255 or 25.94% from 613); Blue value is 251 (98.44% from 255 or 40.95% from 613); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB9FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9FFB is #346004. Grayscale: #B6B6B6. Windows color (decimal): -3432453 or 16490443. OLE color: 16490443.

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

Color convert

RGB 203 159 251 -
CMYK 0.19 0.37 0 0.02
HSL 268.7º 0.92% 0.8% -
HSV(B) 268.7º 0.37% 0.98% -
XYZ 54.44 44.46 96.98 -
YUV 182.64 166.58 142.52 -
System Red Green Blue C M Y K H S L
Decimal 203 159 251 0.19 0.37 0 0.02 268.7 0.92 0.8
Hex CB 9F FB 13 25 0 2 10D 5C 50
Octal 313 237 373 23 45 0 2 415 134 120
Binary 11001011 10011111 11111011 10011 100101 0 10 100001101 1011100 1010000

Color Harmonies of #CB9FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9FFB

Black with #CB9FFB

Text Example


Text Example

White with #CB9FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9FFB; }

 p { color: rgb(203,159,251); }

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

background-color css

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

 a { background-color: rgb(203,159,251); }

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

border-color css

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

 span { border-color: rgb(203,159,251); }

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