Html Css Color HEX #CD99FF Mauve

📋 copy color: '#CD99FF'

red 205 ◦ green 153 ◦ blue 255

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

Shades of Mauve #CD99FF

Tints of Mauve #CD99FF

RGB

 RED value IS 205 (80.47% from 255) = 33.44%

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

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

R = 33.44%
G = 24.96%
B = 41.6%

CMYK

 C value IS 0.20

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CD99FF (or 0xCD99FF) is known color: Mauve. HEX triplet: CD, 99 and FF. RGB value is (205,153,255). Sum of RGB (Red+Green+Blue) = 205+153+255=613 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.44% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD99FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD99FF is #326600. Grayscale: #B3B3B3. Windows color (decimal): -3302913 or 16751053. OLE color: 16751053.

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

Color convert

RGB 205 153 255 -
CMYK 0.20 0.4 0 0
HSL 270.59º 1% 0.8% -
HSV(B) 270.59º 0.4% 1% -
XYZ 54.62 42.98 100.03 -
YUV 180.18 170.23 145.71 -
System Red Green Blue C M Y K H S L
Decimal 205 153 255 0.20 0.4 0 0 270.59 1 0.8
Hex CD 99 FF 14 28 0 0 10F 64 50
Octal 315 231 377 24 50 0 0 417 144 120
Binary 11001101 10011001 11111111 10100 101000 0 0 100001111 1100100 1010000

Color Harmonies of #CD99FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD99FF

Black with #CD99FF

Text Example


Text Example

White with #CD99FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD99FF; }

 p { color: rgb(205,153,255); }

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

background-color css

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

 a { background-color: rgb(205,153,255); }

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

border-color css

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

 span { border-color: rgb(205,153,255); }

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