Html Css Color HEX #C137DA Medium Orchid

📋 copy color: '#C137DA'

red 193 ◦ green 55 ◦ blue 218

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

Shades of Medium Orchid #C137DA

Tints of Medium Orchid #C137DA

RGB

 RED value IS 193 (75.78% from 255) = 41.42%

 GREEN value IS 55 (21.88% from 255) = 11.8%

 BLUE value IS 218 (85.55% from 255) = 46.78%

R = 41.42%
G = 11.8%
B = 46.78%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C137DA (or 0xC137DA) is known color: Medium Orchid. HEX triplet: C1, 37 and DA. RGB value is (193,55,218). Sum of RGB (Red+Green+Blue) = 193+55+218=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 55 (21.88% from 255 or 11.80% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #C137DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C137DA is #3EC825. Grayscale: #727272. Windows color (decimal): -4114470 or 14301121. OLE color: 14301121.

HSL color Cylindrical-coordinate representation of color #C137DA: hue angle of 290.8º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C137DA is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 55 218 -
CMYK 0.11 0.75 0 0.15
HSL 290.8º 0.69% 0.54% -
HSV(B) 290.8º 0.75% 0.85% -
XYZ 36.01 19.13 68.12 -
YUV 114.84 186.22 183.75 -
System Red Green Blue C M Y K H S L
Decimal 193 55 218 0.11 0.75 0 0.15 290.8 0.69 0.54
Hex C1 37 DA B 4B 0 F 123 45 36
Octal 301 67 332 13 113 0 17 443 105 66
Binary 11000001 110111 11011010 1011 1001011 0 1111 100100011 1000101 110110

Color Harmonies of #C137DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C137DA

Black with #C137DA

Text Example


Text Example

White with #C137DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C137DA; }

 p { color: rgb(193,55,218); }

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

background-color css

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

 a { background-color: rgb(193,55,218); }

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

border-color css

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

 span { border-color: rgb(193,55,218); }

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