Html Css Color HEX #C031DF Medium Orchid

📋 copy color: '#C031DF'

red 192 ◦ green 49 ◦ blue 223

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

Shades of Medium Orchid #C031DF

Tints of Medium Orchid #C031DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.06%

R = 41.38%
G = 10.56%
B = 48.06%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C031DF (or 0xC031DF) is known color: Medium Orchid. HEX triplet: C0, 31 and DF. RGB value is (192,49,223). Sum of RGB (Red+Green+Blue) = 192+49+223=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #C031DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031DF is #3FCE20. Grayscale: #6F6F6F. Windows color (decimal): -4181537 or 14627264. OLE color: 14627264.

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

Color convert

RGB 192 49 223 -
CMYK 0.14 0.78 0 0.13
HSL 289.31º 0.73% 0.53% -
HSV(B) 289.31º 0.78% 0.87% -
XYZ 36.16 18.73 71.52 -
YUV 111.59 190.88 185.35 -
System Red Green Blue C M Y K H S L
Decimal 192 49 223 0.14 0.78 0 0.13 289.31 0.73 0.53
Hex C0 31 DF E 4E 0 D 121 49 35
Octal 300 61 337 16 116 0 15 441 111 65
Binary 11000000 110001 11011111 1110 1001110 0 1101 100100001 1001001 110101

Color Harmonies of #C031DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031DF

Black with #C031DF

Text Example


Text Example

White with #C031DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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