Html Css Color HEX #C050DD Medium Orchid

📋 copy color: '#C050DD'

red 192 ◦ green 80 ◦ blue 221

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

Shades of Medium Orchid #C050DD

Tints of Medium Orchid #C050DD

RGB

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

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

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

R = 38.95%
G = 16.23%
B = 44.83%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C050DD (or 0xC050DD) is known color: Medium Orchid. HEX triplet: C0, 50 and DD. RGB value is (192,80,221). Sum of RGB (Red+Green+Blue) = 192+80+221=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #C050DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C050DD is #3FAF22. Grayscale: #818181. Windows color (decimal): -4173603 or 14504128. OLE color: 14504128.

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

Color convert

RGB 192 80 221 -
CMYK 0.13 0.64 0 0.13
HSL 287.66º 0.67% 0.59% -
HSV(B) 287.66º 0.64% 0.87% -
XYZ 37.66 22.16 70.7 -
YUV 129.56 179.61 172.54 -
System Red Green Blue C M Y K H S L
Decimal 192 80 221 0.13 0.64 0 0.13 287.66 0.67 0.59
Hex C0 50 DD D 40 0 D 120 43 3B
Octal 300 120 335 15 100 0 15 440 103 73
Binary 11000000 1010000 11011101 1101 1000000 0 1101 100100000 1000011 111011

Color Harmonies of #C050DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C050DD

Black with #C050DD

Text Example


Text Example

White with #C050DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C050DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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