Html Css Color HEX #CD9CFE Mauve

📋 copy color: '#CD9CFE'

red 205 ◦ green 156 ◦ blue 254

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

Shades of Mauve #CD9CFE

Tints of Mauve #CD9CFE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.37%

 BLUE value IS 254 (99.61% from 255) = 41.3%

R = 33.33%
G = 25.37%
B = 41.3%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CD9CFE (or 0xCD9CFE) is known color: Mauve. HEX triplet: CD, 9C and FE. RGB value is (205,156,254). Sum of RGB (Red+Green+Blue) = 205+156+254=615 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.33% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD9CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9CFE is #326301. Grayscale: #B5B5B5. Windows color (decimal): -3302146 or 16686285. OLE color: 16686285.

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

Color convert

RGB 205 156 254 -
CMYK 0.19 0.39 0 0.00
HSL 270º 0.98% 0.8% -
HSV(B) 270º 0.39% 1% -
XYZ 54.95 43.91 99.35 -
YUV 181.82 168.73 144.53 -
System Red Green Blue C M Y K H S L
Decimal 205 156 254 0.19 0.39 0 0.00 270 0.98 0.8
Hex CD 9C FE 13 27 0 0 10E 62 50
Octal 315 234 376 23 47 0 0 416 142 120
Binary 11001101 10011100 11111110 10011 100111 0 0 100001110 1100010 1010000

Color Harmonies of #CD9CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9CFE

Black with #CD9CFE

Text Example


Text Example

White with #CD9CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9CFE; }

 p { color: rgb(205,156,254); }

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

background-color css

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

 a { background-color: rgb(205,156,254); }

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

border-color css

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

 span { border-color: rgb(205,156,254); }

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