Html Css Color HEX #CBA8FA Mauve

📋 copy color: '#CBA8FA'

red 203 ◦ green 168 ◦ blue 250

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

Shades of Mauve #CBA8FA

Tints of Mauve #CBA8FA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.05%

 BLUE value IS 250 (98.05% from 255) = 40.26%

R = 32.69%
G = 27.05%
B = 40.26%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CBA8FA (or 0xCBA8FA) is known color: Mauve. HEX triplet: CB, A8 and FA. RGB value is (203,168,250). Sum of RGB (Red+Green+Blue) = 203+168+250=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 168 (66.02% from 255 or 27.05% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBA8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA8FA is #345705. Grayscale: #BBBBBB. Windows color (decimal): -3430150 or 16427211. OLE color: 16427211.

HSL color Cylindrical-coordinate representation of color #CBA8FA: hue angle of 265.61º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CBA8FA is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 168 250 -
CMYK 0.19 0.33 0 0.02
HSL 265.61º 0.89% 0.82% -
HSV(B) 265.61º 0.33% 0.98% -
XYZ 55.89 47.6 96.69 -
YUV 187.81 163.1 138.83 -
System Red Green Blue C M Y K H S L
Decimal 203 168 250 0.19 0.33 0 0.02 265.61 0.89 0.82
Hex CB A8 FA 13 21 0 2 10A 59 52
Octal 313 250 372 23 41 0 2 412 131 122
Binary 11001011 10101000 11111010 10011 100001 0 10 100001010 1011001 1010010

Color Harmonies of #CBA8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA8FA

Black with #CBA8FA

Text Example


Text Example

White with #CBA8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA8FA; }

 p { color: rgb(203,168,250); }

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

background-color css

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

 a { background-color: rgb(203,168,250); }

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

border-color css

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

 span { border-color: rgb(203,168,250); }

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