Html Css Color HEX #CB9BFA Mauve

📋 copy color: '#CB9BFA'

red 203 ◦ green 155 ◦ blue 250

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

Shades of Mauve #CB9BFA

Tints of Mauve #CB9BFA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.49%

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

R = 33.39%
G = 25.49%
B = 41.12%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB9BFA (or 0xCB9BFA) is known color: Mauve. HEX triplet: CB, 9B and FA. RGB value is (203,155,250). Sum of RGB (Red+Green+Blue) = 203+155+250=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 155 (60.94% from 255 or 25.49% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB9BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9BFA is #346405. Grayscale: #B3B3B3. Windows color (decimal): -3433478 or 16423883. OLE color: 16423883.

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

Color convert

RGB 203 155 250 -
CMYK 0.19 0.38 0 0.02
HSL 270.32º 0.9% 0.79% -
HSV(B) 270.32º 0.38% 0.98% -
XYZ 53.61 43.04 95.92 -
YUV 180.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 203 155 250 0.19 0.38 0 0.02 270.32 0.9 0.79
Hex CB 9B FA 13 26 0 2 10E 5A 4F
Octal 313 233 372 23 46 0 2 416 132 117
Binary 11001011 10011011 11111010 10011 100110 0 10 100001110 1011010 1001111

Color Harmonies of #CB9BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9BFA

Black with #CB9BFA

Text Example


Text Example

White with #CB9BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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