Html Css Color HEX #C050DE Medium Orchid

📋 copy color: '#C050DE'

red 192 ◦ green 80 ◦ blue 222

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

Shades of Medium Orchid #C050DE

Tints of Medium Orchid #C050DE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.19%

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

R = 38.87%
G = 16.19%
B = 44.94%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C050DE (or 0xC050DE) is known color: Medium Orchid. HEX triplet: C0, 50 and DE. RGB value is (192,80,222). Sum of RGB (Red+Green+Blue) = 192+80+222=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 80 (31.64% from 255 or 16.19% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #C050DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050DE is #3FAF21. Grayscale: #818181. Windows color (decimal): -4173602 or 14569664. OLE color: 14569664.

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

Color convert

RGB 192 80 222 -
CMYK 0.14 0.64 0 0.13
HSL 287.32º 0.68% 0.59% -
HSV(B) 287.32º 0.64% 0.87% -
XYZ 37.79 22.22 71.4 -
YUV 129.68 180.11 172.45 -
System Red Green Blue C M Y K H S L
Decimal 192 80 222 0.14 0.64 0 0.13 287.32 0.68 0.59
Hex C0 50 DE E 40 0 D 11F 44 3B
Octal 300 120 336 16 100 0 15 437 104 73
Binary 11000000 1010000 11011110 1110 1000000 0 1101 100011111 1000100 111011

Color Harmonies of #C050DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C050DE

Black with #C050DE

Text Example


Text Example

White with #C050DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C050DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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