Html Css Color HEX #C031DE Medium Orchid

📋 copy color: '#C031DE'

red 192 ◦ green 49 ◦ blue 222

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

Shades of Medium Orchid #C031DE

Tints of Medium Orchid #C031DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.95%

R = 41.47%
G = 10.58%
B = 47.95%

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

#C031DE (or 0xC031DE) is known color: Medium Orchid. HEX triplet: C0, 31 and DE. RGB value is (192,49,222). Sum of RGB (Red+Green+Blue) = 192+49+222=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #C031DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031DE is #3FCE21. Grayscale: #6E6E6E. Windows color (decimal): -4181538 or 14561728. OLE color: 14561728.

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

Color convert

RGB 192 49 222 -
CMYK 0.14 0.78 0 0.13
HSL 289.6º 0.72% 0.53% -
HSV(B) 289.6º 0.78% 0.87% -
XYZ 36.02 18.68 70.81 -
YUV 111.48 190.38 185.43 -
System Red Green Blue C M Y K H S L
Decimal 192 49 222 0.14 0.78 0 0.13 289.6 0.72 0.53
Hex C0 31 DE E 4E 0 D 122 48 35
Octal 300 61 336 16 116 0 15 442 110 65
Binary 11000000 110001 11011110 1110 1001110 0 1101 100100010 1001000 110101

Color Harmonies of #C031DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031DE

Black with #C031DE

Text Example


Text Example

White with #C031DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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