Html Css Color HEX #CB9DFA Mauve

📋 copy color: '#CB9DFA'

red 203 ◦ green 157 ◦ blue 250

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

Shades of Mauve #CB9DFA

Tints of Mauve #CB9DFA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.74%

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

R = 33.28%
G = 25.74%
B = 40.98%

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

#CB9DFA (or 0xCB9DFA) is known color: Mauve. HEX triplet: CB, 9D and FA. RGB value is (203,157,250). Sum of RGB (Red+Green+Blue) = 203+157+250=610 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.28% from 610); Green value is 157 (61.72% from 255 or 25.74% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB9DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9DFA is #346205. Grayscale: #B5B5B5. Windows color (decimal): -3432966 or 16424395. OLE color: 16424395.

HSL color Cylindrical-coordinate representation of color #CB9DFA: hue angle of 269.68º degrees, saturation: 0.9, 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 #CB9DFA is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 157 250 -
CMYK 0.19 0.37 0 0.02
HSL 269.68º 0.9% 0.8% -
HSV(B) 269.68º 0.37% 0.98% -
XYZ 53.94 43.71 96.04 -
YUV 181.36 166.74 143.44 -
System Red Green Blue C M Y K H S L
Decimal 203 157 250 0.19 0.37 0 0.02 269.68 0.9 0.8
Hex CB 9D FA 13 25 0 2 10E 5A 50
Octal 313 235 372 23 45 0 2 416 132 120
Binary 11001011 10011101 11111010 10011 100101 0 10 100001110 1011010 1010000

Color Harmonies of #CB9DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9DFA

Black with #CB9DFA

Text Example


Text Example

White with #CB9DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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