Html Css Color HEX #CB93FE Mauve

📋 copy color: '#CB93FE'

red 203 ◦ green 147 ◦ blue 254

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

Shades of Mauve #CB93FE

Tints of Mauve #CB93FE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.34%

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

R = 33.61%
G = 24.34%
B = 42.05%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CB93FE (or 0xCB93FE) is known color: Mauve. HEX triplet: CB, 93 and FE. RGB value is (203,147,254). Sum of RGB (Red+Green+Blue) = 203+147+254=604 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.61% from 604); Green value is 147 (57.81% from 255 or 24.34% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB93FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB93FE is #346C01. Grayscale: #AFAFAF. Windows color (decimal): -3435522 or 16683979. OLE color: 16683979.

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

Color convert

RGB 203 147 254 -
CMYK 0.20 0.42 0 0.00
HSL 271.4º 0.98% 0.79% -
HSV(B) 271.4º 0.42% 1% -
XYZ 52.95 40.72 98.83 -
YUV 175.94 172.05 147.3 -
System Red Green Blue C M Y K H S L
Decimal 203 147 254 0.20 0.42 0 0.00 271.4 0.98 0.79
Hex CB 93 FE 14 2A 0 0 10F 62 4F
Octal 313 223 376 24 52 0 0 417 142 117
Binary 11001011 10010011 11111110 10100 101010 0 0 100001111 1100010 1001111

Color Harmonies of #CB93FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB93FE

Black with #CB93FE

Text Example


Text Example

White with #CB93FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB93FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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