Html Css Color HEX #C931DC Medium Orchid

📋 copy color: '#C931DC'

red 201 ◦ green 49 ◦ blue 220

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

Shades of Medium Orchid #C931DC

Tints of Medium Orchid #C931DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.81%

R = 42.77%
G = 10.43%
B = 46.81%

CMYK

 C value IS 0.09

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C931DC (or 0xC931DC) is known color: Medium Orchid. HEX triplet: C9, 31 and DC. RGB value is (201,49,220). Sum of RGB (Red+Green+Blue) = 201+49+220=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 49 (19.53% from 255 or 10.43% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 220 - color contains mainly: blue. Hex color #C931DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C931DC is #36CE23. Grayscale: #717171. Windows color (decimal): -3591716 or 14430665. OLE color: 14430665.

HSL color Cylindrical-coordinate representation of color #C931DC: hue angle of 293.33º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C931DC is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 49 220 -
CMYK 0.09 0.78 0 0.14
HSL 293.33º 0.71% 0.53% -
HSV(B) 293.33º 0.78% 0.86% -
XYZ 38.1 19.78 69.52 -
YUV 113.94 187.86 190.1 -
System Red Green Blue C M Y K H S L
Decimal 201 49 220 0.09 0.78 0 0.14 293.33 0.71 0.53
Hex C9 31 DC 9 4E 0 E 125 47 35
Octal 311 61 334 11 116 0 16 445 107 65
Binary 11001001 110001 11011100 1001 1001110 0 1110 100100101 1000111 110101

Color Harmonies of #C931DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C931DC

Black with #C931DC

Text Example


Text Example

White with #C931DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C931DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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