Html Css Color HEX #CB99FD Mauve

📋 copy color: '#CB99FD'

red 203 ◦ green 153 ◦ blue 253

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

Shades of Mauve #CB99FD

Tints of Mauve #CB99FD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.12%

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

R = 33.33%
G = 25.12%
B = 41.54%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CB99FD (or 0xCB99FD) is known color: Mauve. HEX triplet: CB, 99 and FD. RGB value is (203,153,253). Sum of RGB (Red+Green+Blue) = 203+153+253=609 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.33% from 609); Green value is 153 (60.16% from 255 or 25.12% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB99FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB99FD is #346602. Grayscale: #B3B3B3. Windows color (decimal): -3433987 or 16619979. OLE color: 16619979.

HSL color Cylindrical-coordinate representation of color #CB99FD: hue angle of 270º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CB99FD is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 153 253 -
CMYK 0.20 0.40 0 0.01
HSL 270º 0.96% 0.8% -
HSV(B) 270º 0.4% 0.99% -
XYZ 53.75 42.57 98.31 -
YUV 179.35 169.57 144.87 -
System Red Green Blue C M Y K H S L
Decimal 203 153 253 0.20 0.40 0 0.01 270 0.96 0.8
Hex CB 99 FD 14 28 0 1 10E 60 50
Octal 313 231 375 24 50 0 1 416 140 120
Binary 11001011 10011001 11111101 10100 101000 0 1 100001110 1100000 1010000

Color Harmonies of #CB99FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB99FD

Black with #CB99FD

Text Example


Text Example

White with #CB99FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB99FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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