Html Css Color HEX #CBA7FE Mauve

📋 copy color: '#CBA7FE'

red 203 ◦ green 167 ◦ blue 254

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

Shades of Mauve #CBA7FE

Tints of Mauve #CBA7FE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.76%

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

R = 32.53%
G = 26.76%
B = 40.71%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CBA7FE (or 0xCBA7FE) is known color: Mauve. HEX triplet: CB, A7 and FE. RGB value is (203,167,254). Sum of RGB (Red+Green+Blue) = 203+167+254=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 167 (65.62% from 255 or 26.76% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBA7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA7FE is #345801. Grayscale: #BBBBBB. Windows color (decimal): -3430402 or 16689099. OLE color: 16689099.

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

Color convert

RGB 203 167 254 -
CMYK 0.20 0.34 0 0.00
HSL 264.83º 0.98% 0.83% -
HSV(B) 264.83º 0.34% 1% -
XYZ 56.34 47.49 99.96 -
YUV 187.68 165.43 138.93 -
System Red Green Blue C M Y K H S L
Decimal 203 167 254 0.20 0.34 0 0.00 264.83 0.98 0.83
Hex CB A7 FE 14 22 0 0 109 62 53
Octal 313 247 376 24 42 0 0 411 142 123
Binary 11001011 10100111 11111110 10100 100010 0 0 100001001 1100010 1010011

Color Harmonies of #CBA7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA7FE

Black with #CBA7FE

Text Example


Text Example

White with #CBA7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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