Html Css Color HEX #CB9DFF Mauve

📋 copy color: '#CB9DFF'

red 203 ◦ green 157 ◦ blue 255

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

Shades of Mauve #CB9DFF

Tints of Mauve #CB9DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.46%

R = 33.01%
G = 25.53%
B = 41.46%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CB9DFF (or 0xCB9DFF) is known color: Mauve. HEX triplet: CB, 9D and FF. RGB value is (203,157,255). Sum of RGB (Red+Green+Blue) = 203+157+255=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 157 (61.72% from 255 or 25.53% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB9DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9DFF is #346200. Grayscale: #B5B5B5. Windows color (decimal): -3432961 or 16752075. OLE color: 16752075.

HSL color Cylindrical-coordinate representation of color #CB9DFF: hue angle of 268.16º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CB9DFF is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 203 157 255 -
CMYK 0.20 0.38 0 0
HSL 268.16º 1% 0.81% -
HSV(B) 268.16º 0.38% 1% -
XYZ 54.74 44.03 100.22 -
YUV 181.93 169.24 143.03 -
System Red Green Blue C M Y K H S L
Decimal 203 157 255 0.20 0.38 0 0 268.16 1 0.81
Hex CB 9D FF 14 26 0 0 10C 64 51
Octal 313 235 377 24 46 0 0 414 144 121
Binary 11001011 10011101 11111111 10100 100110 0 0 100001100 1100100 1010001

Color Harmonies of #CB9DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9DFF

Black with #CB9DFF

Text Example


Text Example

White with #CB9DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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