Html Css Color HEX #CB93FF Mauve

📋 copy color: '#CB93FF'

red 203 ◦ green 147 ◦ blue 255

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

Shades of Mauve #CB93FF

Tints of Mauve #CB93FF

RGB

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

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

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

R = 33.55%
G = 24.3%
B = 42.15%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CB93FF (or 0xCB93FF) is known color: Mauve. HEX triplet: CB, 93 and FF. RGB value is (203,147,255). Sum of RGB (Red+Green+Blue) = 203+147+255=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 147 (57.81% from 255 or 24.30% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB93FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB93FF is #346C00. Grayscale: #AFAFAF. Windows color (decimal): -3435521 or 16749515. OLE color: 16749515.

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

Color convert

RGB 203 147 255 -
CMYK 0.20 0.42 0 0
HSL 271.11º 1% 0.79% -
HSV(B) 271.11º 0.42% 1% -
XYZ 53.11 40.78 99.68 -
YUV 176.06 172.55 147.22 -
System Red Green Blue C M Y K H S L
Decimal 203 147 255 0.20 0.42 0 0 271.11 1 0.79
Hex CB 93 FF 14 2A 0 0 10F 64 4F
Octal 313 223 377 24 52 0 0 417 144 117
Binary 11001011 10010011 11111111 10100 101010 0 0 100001111 1100100 1001111

Color Harmonies of #CB93FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB93FF

Black with #CB93FF

Text Example


Text Example

White with #CB93FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB93FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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