Html Css Color HEX #C031DD Medium Orchid

📋 copy color: '#C031DD'

red 192 ◦ green 49 ◦ blue 221

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

Shades of Medium Orchid #C031DD

Tints of Medium Orchid #C031DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.84%

R = 41.56%
G = 10.61%
B = 47.84%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C031DD (or 0xC031DD) is known color: Medium Orchid. HEX triplet: C0, 31 and DD. RGB value is (192,49,221). Sum of RGB (Red+Green+Blue) = 192+49+221=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 49 (19.53% from 255 or 10.61% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #C031DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031DD is #3FCE22. Grayscale: #6E6E6E. Windows color (decimal): -4181539 or 14496192. OLE color: 14496192.

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

Color convert

RGB 192 49 221 -
CMYK 0.13 0.78 0 0.13
HSL 289.88º 0.72% 0.53% -
HSV(B) 289.88º 0.78% 0.87% -
XYZ 35.89 18.62 70.11 -
YUV 111.37 189.88 185.51 -
System Red Green Blue C M Y K H S L
Decimal 192 49 221 0.13 0.78 0 0.13 289.88 0.72 0.53
Hex C0 31 DD D 4E 0 D 122 48 35
Octal 300 61 335 15 116 0 15 442 110 65
Binary 11000000 110001 11011101 1101 1001110 0 1101 100100010 1001000 110101

Color Harmonies of #C031DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031DD

Black with #C031DD

Text Example


Text Example

White with #C031DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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