Html Css Color HEX #CB8FFF Mauve

📋 copy color: '#CB8FFF'

red 203 ◦ green 143 ◦ blue 255

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

Shades of Mauve #CB8FFF

Tints of Mauve #CB8FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 23.79%

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

R = 33.78%
G = 23.79%
B = 42.43%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CB8FFF (or 0xCB8FFF) is known color: Mauve. HEX triplet: CB, 8F and FF. RGB value is (203,143,255). Sum of RGB (Red+Green+Blue) = 203+143+255=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB8FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8FFF is #347000. Grayscale: #ADADAD. Windows color (decimal): -3436545 or 16748491. OLE color: 16748491.

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

Color convert

RGB 203 143 255 -
CMYK 0.20 0.44 0 0
HSL 272.14º 1% 0.78% -
HSV(B) 272.14º 0.44% 1% -
XYZ 52.5 39.56 99.48 -
YUV 173.71 173.88 148.89 -
System Red Green Blue C M Y K H S L
Decimal 203 143 255 0.20 0.44 0 0 272.14 1 0.78
Hex CB 8F FF 14 2C 0 0 110 64 4E
Octal 313 217 377 24 54 0 0 420 144 116
Binary 11001011 10001111 11111111 10100 101100 0 0 100010000 1100100 1001110

Color Harmonies of #CB8FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8FFF

Black with #CB8FFF

Text Example


Text Example

White with #CB8FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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