Html Css Color HEX #CB9FFD Mauve

📋 copy color: '#CB9FFD'

red 203 ◦ green 159 ◦ blue 253

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

Shades of Mauve #CB9FFD

Tints of Mauve #CB9FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.14%

R = 33.01%
G = 25.85%
B = 41.14%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB9FFD (or 0xCB9FFD) is known color: Mauve. HEX triplet: CB, 9F and FD. RGB value is (203,159,253). Sum of RGB (Red+Green+Blue) = 203+159+253=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 159 (62.5% from 255 or 25.85% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9FFD is #346002. Grayscale: #B6B6B6. Windows color (decimal): -3432451 or 16621515. OLE color: 16621515.

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

Color convert

RGB 203 159 253 -
CMYK 0.20 0.37 0 0.01
HSL 268.09º 0.96% 0.81% -
HSV(B) 268.09º 0.37% 0.99% -
XYZ 54.76 44.58 98.65 -
YUV 182.87 167.58 142.36 -
System Red Green Blue C M Y K H S L
Decimal 203 159 253 0.20 0.37 0 0.01 268.09 0.96 0.81
Hex CB 9F FD 14 25 0 1 10C 60 51
Octal 313 237 375 24 45 0 1 414 140 121
Binary 11001011 10011111 11111101 10100 100101 0 1 100001100 1100000 1010001

Color Harmonies of #CB9FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9FFD

Black with #CB9FFD

Text Example


Text Example

White with #CB9FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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