Html Css Color HEX #CB90FF Mauve

📋 copy color: '#CB90FF'

red 203 ◦ green 144 ◦ blue 255

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

Shades of Mauve #CB90FF

Tints of Mauve #CB90FF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.92%

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

R = 33.72%
G = 23.92%
B = 42.36%

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

#CB90FF (or 0xCB90FF) is known color: Mauve. HEX triplet: CB, 90 and FF. RGB value is (203,144,255). Sum of RGB (Red+Green+Blue) = 203+144+255=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB90FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB90FF is #346F00. Grayscale: #ADADAD. Windows color (decimal): -3436289 or 16748747. OLE color: 16748747.

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

Color convert

RGB 203 144 255 -
CMYK 0.20 0.44 0 0
HSL 271.89º 1% 0.78% -
HSV(B) 271.89º 0.44% 1% -
XYZ 52.65 39.86 99.53 -
YUV 174.3 173.55 148.47 -
System Red Green Blue C M Y K H S L
Decimal 203 144 255 0.20 0.44 0 0 271.89 1 0.78
Hex CB 90 FF 14 2C 0 0 110 64 4E
Octal 313 220 377 24 54 0 0 420 144 116
Binary 11001011 10010000 11111111 10100 101100 0 0 100010000 1100100 1001110

Color Harmonies of #CB90FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB90FF

Black with #CB90FF

Text Example


Text Example

White with #CB90FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB90FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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