Html Css Color HEX #C031D8 Medium Orchid

📋 copy color: '#C031D8'

red 192 ◦ green 49 ◦ blue 216

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

Shades of Medium Orchid #C031D8

Tints of Medium Orchid #C031D8

RGB

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

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

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

R = 42.01%
G = 10.72%
B = 47.26%

CMYK

 C value IS 0.11

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C031D8 (or 0xC031D8) is known color: Medium Orchid. HEX triplet: C0, 31 and D8. RGB value is (192,49,216). Sum of RGB (Red+Green+Blue) = 192+49+216=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 216 - color contains mainly: blue. Hex color #C031D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031D8 is #3FCE27. Grayscale: #6E6E6E. Windows color (decimal): -4181544 or 14168512. OLE color: 14168512.

HSL color Cylindrical-coordinate representation of color #C031D8: hue angle of 291.38º 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 #C031D8 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 49 216 -
CMYK 0.11 0.77 0 0.15
HSL 291.38º 0.68% 0.52% -
HSV(B) 291.38º 0.77% 0.85% -
XYZ 35.23 18.36 66.65 -
YUV 110.8 187.38 185.92 -
System Red Green Blue C M Y K H S L
Decimal 192 49 216 0.11 0.77 0 0.15 291.38 0.68 0.52
Hex C0 31 D8 B 4D 0 F 123 44 34
Octal 300 61 330 13 115 0 17 443 104 64
Binary 11000000 110001 11011000 1011 1001101 0 1111 100100011 1000100 110100

Color Harmonies of #C031D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031D8

Black with #C031D8

Text Example


Text Example

White with #C031D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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