Html Css Color HEX #CBA7FF Mauve

📋 copy color: '#CBA7FF'

red 203 ◦ green 167 ◦ blue 255

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

Shades of Mauve #CBA7FF

Tints of Mauve #CBA7FF

RGB

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

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

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

R = 32.48%
G = 26.72%
B = 40.8%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CBA7FF (or 0xCBA7FF) is known color: Mauve. HEX triplet: CB, A7 and FF. RGB value is (203,167,255). Sum of RGB (Red+Green+Blue) = 203+167+255=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 167 (65.62% from 255 or 26.72% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA7FF is #345800. Grayscale: #BBBBBB. Windows color (decimal): -3430401 or 16754635. OLE color: 16754635.

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

Color convert

RGB 203 167 255 -
CMYK 0.20 0.35 0 0
HSL 264.55º 1% 0.83% -
HSV(B) 264.55º 0.35% 1% -
XYZ 56.5 47.55 100.81 -
YUV 187.8 165.93 138.84 -
System Red Green Blue C M Y K H S L
Decimal 203 167 255 0.20 0.35 0 0 264.55 1 0.83
Hex CB A7 FF 14 23 0 0 109 64 53
Octal 313 247 377 24 43 0 0 411 144 123
Binary 11001011 10100111 11111111 10100 100011 0 0 100001001 1100100 1010011

Color Harmonies of #CBA7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA7FF

Black with #CBA7FF

Text Example


Text Example

White with #CBA7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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