Html Css Color HEX #CB8FFE Mauve

📋 copy color: '#CB8FFE'

red 203 ◦ green 143 ◦ blue 254

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

Shades of Mauve #CB8FFE

Tints of Mauve #CB8FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.33%

R = 33.83%
G = 23.83%
B = 42.33%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CB8FFE (or 0xCB8FFE) is known color: Mauve. HEX triplet: CB, 8F and FE. RGB value is (203,143,254). Sum of RGB (Red+Green+Blue) = 203+143+254=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 143 (56.25% from 255 or 23.83% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB8FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB8FFE is #347001. Grayscale: #ADADAD. Windows color (decimal): -3436546 or 16682955. OLE color: 16682955.

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

Color convert

RGB 203 143 254 -
CMYK 0.20 0.44 0 0.00
HSL 272.43º 0.98% 0.78% -
HSV(B) 272.43º 0.44% 1% -
XYZ 52.34 39.5 98.63 -
YUV 173.59 173.38 148.97 -
System Red Green Blue C M Y K H S L
Decimal 203 143 254 0.20 0.44 0 0.00 272.43 0.98 0.78
Hex CB 8F FE 14 2C 0 0 110 62 4E
Octal 313 217 376 24 54 0 0 420 142 116
Binary 11001011 10001111 11111110 10100 101100 0 0 100010000 1100010 1001110

Color Harmonies of #CB8FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8FFE

Black with #CB8FFE

Text Example


Text Example

White with #CB8FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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