Html Css Color HEX #CD9EFF Mauve

📋 copy color: '#CD9EFF'

red 205 ◦ green 158 ◦ blue 255

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

Shades of Mauve #CD9EFF

Tints of Mauve #CD9EFF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.57%

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

R = 33.17%
G = 25.57%
B = 41.26%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CD9EFF (or 0xCD9EFF) is known color: Mauve. HEX triplet: CD, 9E and FF. RGB value is (205,158,255). Sum of RGB (Red+Green+Blue) = 205+158+255=618 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.17% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD9EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9EFF is #326100. Grayscale: #B6B6B6. Windows color (decimal): -3301633 or 16752333. OLE color: 16752333.

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

Color convert

RGB 205 158 255 -
CMYK 0.20 0.38 0 0
HSL 269.07º 1% 0.81% -
HSV(B) 269.07º 0.38% 1% -
XYZ 55.45 44.65 100.3 -
YUV 183.11 168.57 143.61 -
System Red Green Blue C M Y K H S L
Decimal 205 158 255 0.20 0.38 0 0 269.07 1 0.81
Hex CD 9E FF 14 26 0 0 10D 64 51
Octal 315 236 377 24 46 0 0 415 144 121
Binary 11001101 10011110 11111111 10100 100110 0 0 100001101 1100100 1010001

Color Harmonies of #CD9EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9EFF

Black with #CD9EFF

Text Example


Text Example

White with #CD9EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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