Html Css Color HEX #CB9CFA Mauve

📋 copy color: '#CB9CFA'

red 203 ◦ green 156 ◦ blue 250

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

Shades of Mauve #CB9CFA

Tints of Mauve #CB9CFA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.62%

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

R = 33.33%
G = 25.62%
B = 41.05%

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

#CB9CFA (or 0xCB9CFA) is known color: Mauve. HEX triplet: CB, 9C and FA. RGB value is (203,156,250). Sum of RGB (Red+Green+Blue) = 203+156+250=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 156 (61.33% from 255 or 25.62% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB9CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9CFA is #346305. Grayscale: #B4B4B4. Windows color (decimal): -3433222 or 16424139. OLE color: 16424139.

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

Color convert

RGB 203 156 250 -
CMYK 0.19 0.38 0 0.02
HSL 270º 0.9% 0.8% -
HSV(B) 270º 0.38% 0.98% -
XYZ 53.77 43.38 95.98 -
YUV 180.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 203 156 250 0.19 0.38 0 0.02 270 0.9 0.8
Hex CB 9C FA 13 26 0 2 10E 5A 50
Octal 313 234 372 23 46 0 2 416 132 120
Binary 11001011 10011100 11111010 10011 100110 0 10 100001110 1011010 1010000

Color Harmonies of #CB9CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9CFA

Black with #CB9CFA

Text Example


Text Example

White with #CB9CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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