Html Css Color HEX #CB9EFE Mauve

📋 copy color: '#CB9EFE'

red 203 ◦ green 158 ◦ blue 254

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

Shades of Mauve #CB9EFE

Tints of Mauve #CB9EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.69%

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

R = 33.01%
G = 25.69%
B = 41.3%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CB9EFE (or 0xCB9EFE) is known color: Mauve. HEX triplet: CB, 9E and FE. RGB value is (203,158,254). Sum of RGB (Red+Green+Blue) = 203+158+254=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 158 (62.11% from 255 or 25.69% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB9EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9EFE is #346101. Grayscale: #B6B6B6. Windows color (decimal): -3432706 or 16686795. OLE color: 16686795.

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

Color convert

RGB 203 158 254 -
CMYK 0.20 0.38 0 0.00
HSL 268.13º 0.98% 0.81% -
HSV(B) 268.13º 0.38% 1% -
XYZ 54.74 44.31 99.43 -
YUV 182.4 168.41 142.69 -
System Red Green Blue C M Y K H S L
Decimal 203 158 254 0.20 0.38 0 0.00 268.13 0.98 0.81
Hex CB 9E FE 14 26 0 0 10C 62 51
Octal 313 236 376 24 46 0 0 414 142 121
Binary 11001011 10011110 11111110 10100 100110 0 0 100001100 1100010 1010001

Color Harmonies of #CB9EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9EFE

Black with #CB9EFE

Text Example


Text Example

White with #CB9EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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