Html Css Color HEX #CB9FFA Mauve

📋 copy color: '#CB9FFA'

red 203 ◦ green 159 ◦ blue 250

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

Shades of Mauve #CB9FFA

Tints of Mauve #CB9FFA

RGB

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

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

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

R = 33.17%
G = 25.98%
B = 40.85%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CB9FFA (or 0xCB9FFA) is known color: Mauve. HEX triplet: CB, 9F and FA. RGB value is (203,159,250). Sum of RGB (Red+Green+Blue) = 203+159+250=612 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.17% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB9FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9FFA is #346005. Grayscale: #B6B6B6. Windows color (decimal): -3432454 or 16424907. OLE color: 16424907.

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

Color convert

RGB 203 159 250 -
CMYK 0.19 0.36 0 0.02
HSL 269.01º 0.9% 0.8% -
HSV(B) 269.01º 0.36% 0.98% -
XYZ 54.28 44.39 96.15 -
YUV 182.53 166.08 142.6 -
System Red Green Blue C M Y K H S L
Decimal 203 159 250 0.19 0.36 0 0.02 269.01 0.9 0.8
Hex CB 9F FA 13 24 0 2 10D 5A 50
Octal 313 237 372 23 44 0 2 415 132 120
Binary 11001011 10011111 11111010 10011 100100 0 10 100001101 1011010 1010000

Color Harmonies of #CB9FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9FFA

Black with #CB9FFA

Text Example


Text Example

White with #CB9FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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