Html Css Color HEX #CB95FF Mauve

📋 copy color: '#CB95FF'

red 203 ◦ green 149 ◦ blue 255

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

Shades of Mauve #CB95FF

Tints of Mauve #CB95FF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.55%

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

R = 33.44%
G = 24.55%
B = 42.01%

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

#CB95FF (or 0xCB95FF) is known color: Mauve. HEX triplet: CB, 95 and FF. RGB value is (203,149,255). Sum of RGB (Red+Green+Blue) = 203+149+255=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 149 (58.59% from 255 or 24.55% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB95FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB95FF is #346A00. Grayscale: #B0B0B0. Windows color (decimal): -3435009 or 16750027. OLE color: 16750027.

HSL color Cylindrical-coordinate representation of color #CB95FF: hue angle of 270.57º 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 #CB95FF is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 203 149 255 -
CMYK 0.20 0.42 0 0
HSL 270.57º 1% 0.79% -
HSV(B) 270.57º 0.42% 1% -
XYZ 53.43 41.41 99.79 -
YUV 177.23 171.89 146.38 -
System Red Green Blue C M Y K H S L
Decimal 203 149 255 0.20 0.42 0 0 270.57 1 0.79
Hex CB 95 FF 14 2A 0 0 10F 64 4F
Octal 313 225 377 24 52 0 0 417 144 117
Binary 11001011 10010101 11111111 10100 101010 0 0 100001111 1100100 1001111

Color Harmonies of #CB95FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB95FF

Black with #CB95FF

Text Example


Text Example

White with #CB95FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB95FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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