Html Css Color HEX #C031D5 Medium Orchid

📋 copy color: '#C031D5'

red 192 ◦ green 49 ◦ blue 213

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

Shades of Medium Orchid #C031D5

Tints of Medium Orchid #C031D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.92%

R = 42.29%
G = 10.79%
B = 46.92%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C031D5 (or 0xC031D5) is known color: Medium Orchid. HEX triplet: C0, 31 and D5. RGB value is (192,49,213). Sum of RGB (Red+Green+Blue) = 192+49+213=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #C031D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031D5 is #3FCE2A. Grayscale: #6D6D6D. Windows color (decimal): -4181547 or 13971904. OLE color: 13971904.

HSL color Cylindrical-coordinate representation of color #C031D5: hue angle of 292.32º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C031D5 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 49 213 -
CMYK 0.10 0.77 0 0.16
HSL 292.32º 0.66% 0.51% -
HSV(B) 292.32º 0.77% 0.84% -
XYZ 34.85 18.21 64.63 -
YUV 110.45 185.88 186.16 -
System Red Green Blue C M Y K H S L
Decimal 192 49 213 0.10 0.77 0 0.16 292.32 0.66 0.51
Hex C0 31 D5 A 4D 0 10 124 42 33
Octal 300 61 325 12 115 0 20 444 102 63
Binary 11000000 110001 11010101 1010 1001101 0 10000 100100100 1000010 110011

Color Harmonies of #C031D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031D5

Black with #C031D5

Text Example


Text Example

White with #C031D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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