Html Css Color HEX #CBA7FD Mauve

📋 copy color: '#CBA7FD'

red 203 ◦ green 167 ◦ blue 253

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

Shades of Mauve #CBA7FD

Tints of Mauve #CBA7FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.61%

R = 32.58%
G = 26.81%
B = 40.61%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CBA7FD (or 0xCBA7FD) is known color: Mauve. HEX triplet: CB, A7 and FD. RGB value is (203,167,253). Sum of RGB (Red+Green+Blue) = 203+167+253=623 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.58% from 623); Green value is 167 (65.62% from 255 or 26.81% from 623); Blue value is 253 (99.22% from 255 or 40.61% from 623); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBA7FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA7FD is #345802. Grayscale: #BBBBBB. Windows color (decimal): -3430403 or 16623563. OLE color: 16623563.

HSL color Cylindrical-coordinate representation of color #CBA7FD: hue angle of 265.12º degrees, saturation: 0.96, 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 #CBA7FD is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 167 253 -
CMYK 0.20 0.34 0 0.01
HSL 265.12º 0.96% 0.82% -
HSV(B) 265.12º 0.34% 0.99% -
XYZ 56.18 47.43 99.12 -
YUV 187.57 164.93 139.01 -
System Red Green Blue C M Y K H S L
Decimal 203 167 253 0.20 0.34 0 0.01 265.12 0.96 0.82
Hex CB A7 FD 14 22 0 1 109 60 52
Octal 313 247 375 24 42 0 1 411 140 122
Binary 11001011 10100111 11111101 10100 100010 0 1 100001001 1100000 1010010

Color Harmonies of #CBA7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA7FD

Black with #CBA7FD

Text Example


Text Example

White with #CBA7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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