Html Css Color HEX #C031DC Medium Orchid

📋 copy color: '#C031DC'

red 192 ◦ green 49 ◦ blue 220

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

Shades of Medium Orchid #C031DC

Tints of Medium Orchid #C031DC

RGB

 RED value IS 192 (75.39% from 255) = 41.65%

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

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

R = 41.65%
G = 10.63%
B = 47.72%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C031DC (or 0xC031DC) is known color: Medium Orchid. HEX triplet: C0, 31 and DC. RGB value is (192,49,220). Sum of RGB (Red+Green+Blue) = 192+49+220=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 49 (19.53% from 255 or 10.63% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #C031DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031DC is #3FCE23. Grayscale: #6E6E6E. Windows color (decimal): -4181540 or 14430656. OLE color: 14430656.

HSL color Cylindrical-coordinate representation of color #C031DC: hue angle of 290.18º 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 #C031DC is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 49 220 -
CMYK 0.13 0.78 0 0.14
HSL 290.18º 0.71% 0.53% -
HSV(B) 290.18º 0.78% 0.86% -
XYZ 35.75 18.57 69.41 -
YUV 111.25 189.38 185.6 -
System Red Green Blue C M Y K H S L
Decimal 192 49 220 0.13 0.78 0 0.14 290.18 0.71 0.53
Hex C0 31 DC D 4E 0 E 122 47 35
Octal 300 61 334 15 116 0 16 442 107 65
Binary 11000000 110001 11011100 1101 1001110 0 1110 100100010 1000111 110101

Color Harmonies of #C031DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031DC

Black with #C031DC

Text Example


Text Example

White with #C031DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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