Html Css Color HEX #CBA7FC Mauve

📋 copy color: '#CBA7FC'

red 203 ◦ green 167 ◦ blue 252

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

Shades of Mauve #CBA7FC

Tints of Mauve #CBA7FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.51%

R = 32.64%
G = 26.85%
B = 40.51%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CBA7FC (or 0xCBA7FC) is known color: Mauve. HEX triplet: CB, A7 and FC. RGB value is (203,167,252). Sum of RGB (Red+Green+Blue) = 203+167+252=622 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.64% from 622); Green value is 167 (65.62% from 255 or 26.85% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBA7FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA7FC is #345803. Grayscale: #BBBBBB. Windows color (decimal): -3430404 or 16558027. OLE color: 16558027.

HSL color Cylindrical-coordinate representation of color #CBA7FC: hue angle of 265.41º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBA7FC is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 167 252 -
CMYK 0.19 0.34 0 0.01
HSL 265.41º 0.93% 0.82% -
HSV(B) 265.41º 0.34% 0.99% -
XYZ 56.02 47.36 98.28 -
YUV 187.45 164.43 139.09 -
System Red Green Blue C M Y K H S L
Decimal 203 167 252 0.19 0.34 0 0.01 265.41 0.93 0.82
Hex CB A7 FC 13 22 0 1 109 5D 52
Octal 313 247 374 23 42 0 1 411 135 122
Binary 11001011 10100111 11111100 10011 100010 0 1 100001001 1011101 1010010

Color Harmonies of #CBA7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA7FC

Black with #CBA7FC

Text Example


Text Example

White with #CBA7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA7FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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