Html Css Color HEX #C931D8 Medium Orchid

📋 copy color: '#C931D8'

red 201 ◦ green 49 ◦ blue 216

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

Shades of Medium Orchid #C931D8

Tints of Medium Orchid #C931D8

RGB

 RED value IS 201 (78.91% from 255) = 43.13%

 GREEN value IS 49 (19.53% from 255) = 10.52%

 BLUE value IS 216 (84.77% from 255) = 46.35%

R = 43.13%
G = 10.52%
B = 46.35%

CMYK

 C value IS 0.07

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C931D8 (or 0xC931D8) is known color: Medium Orchid. HEX triplet: C9, 31 and D8. RGB value is (201,49,216). Sum of RGB (Red+Green+Blue) = 201+49+216=466 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.13% from 466); Green value is 49 (19.53% from 255 or 10.52% from 466); Blue value is 216 (84.77% from 255 or 46.35% from 466); Max value from RGB is 216 - color contains mainly: blue. Hex color #C931D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C931D8 is #36CE27. Grayscale: #707070. Windows color (decimal): -3591720 or 14168521. OLE color: 14168521.

HSL color Cylindrical-coordinate representation of color #C931D8: hue angle of 294.61º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C931D8 is Cyan = 0.07, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 49 216 -
CMYK 0.07 0.77 0 0.15
HSL 294.61º 0.68% 0.52% -
HSV(B) 294.61º 0.77% 0.85% -
XYZ 37.58 19.57 66.76 -
YUV 113.49 185.86 190.42 -
System Red Green Blue C M Y K H S L
Decimal 201 49 216 0.07 0.77 0 0.15 294.61 0.68 0.52
Hex C9 31 D8 7 4D 0 F 127 44 34
Octal 311 61 330 7 115 0 17 447 104 64
Binary 11001001 110001 11011000 111 1001101 0 1111 100100111 1000100 110100

Color Harmonies of #C931D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C931D8

Black with #C931D8

Text Example


Text Example

White with #C931D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C931D8; }

 p { color: rgb(201,49,216); }

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

background-color css

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

 a { background-color: rgb(201,49,216); }

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

border-color css

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

 span { border-color: rgb(201,49,216); }

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