Html Css Color HEX #CD98FF Mauve

📋 copy color: '#CD98FF'

red 205 ◦ green 152 ◦ blue 255

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

Shades of Mauve #CD98FF

Tints of Mauve #CD98FF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.84%

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

R = 33.5%
G = 24.84%
B = 41.67%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CD98FF (or 0xCD98FF) is known color: Mauve. HEX triplet: CD, 98 and FF. RGB value is (205,152,255). Sum of RGB (Red+Green+Blue) = 205+152+255=612 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.50% from 612); Green value is 152 (59.77% from 255 or 24.84% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD98FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD98FF is #326700. Grayscale: #B3B3B3. Windows color (decimal): -3303169 or 16750797. OLE color: 16750797.

HSL color Cylindrical-coordinate representation of color #CD98FF: hue angle of 270.87º 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 #CD98FF is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 205 152 255 -
CMYK 0.20 0.40 0 0
HSL 270.87º 1% 0.8% -
HSV(B) 270.87º 0.4% 1% -
XYZ 54.46 42.66 99.97 -
YUV 179.59 170.56 146.12 -
System Red Green Blue C M Y K H S L
Decimal 205 152 255 0.20 0.40 0 0 270.87 1 0.8
Hex CD 98 FF 14 28 0 0 10F 64 50
Octal 315 230 377 24 50 0 0 417 144 120
Binary 11001101 10011000 11111111 10100 101000 0 0 100001111 1100100 1010000

Color Harmonies of #CD98FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD98FF

Black with #CD98FF

Text Example


Text Example

White with #CD98FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD98FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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