Html Css Color HEX #C136DC Medium Orchid

📋 copy color: '#C136DC'

red 193 ◦ green 54 ◦ blue 220

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

Shades of Medium Orchid #C136DC

Tints of Medium Orchid #C136DC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.56%

 BLUE value IS 220 (86.33% from 255) = 47.11%

R = 41.33%
G = 11.56%
B = 47.11%

CMYK

 C value IS 0.12

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C136DC (or 0xC136DC) is known color: Medium Orchid. HEX triplet: C1, 36 and DC. RGB value is (193,54,220). Sum of RGB (Red+Green+Blue) = 193+54+220=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #C136DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C136DC is #3EC923. Grayscale: #717171. Windows color (decimal): -4114724 or 14431937. OLE color: 14431937.

HSL color Cylindrical-coordinate representation of color #C136DC: hue angle of 290.24º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C136DC is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 193 54 220 -
CMYK 0.12 0.75 0 0.14
HSL 290.24º 0.7% 0.54% -
HSV(B) 290.24º 0.75% 0.86% -
XYZ 36.23 19.14 69.5 -
YUV 114.49 187.55 184 -
System Red Green Blue C M Y K H S L
Decimal 193 54 220 0.12 0.75 0 0.14 290.24 0.7 0.54
Hex C1 36 DC C 4B 0 E 122 46 36
Octal 301 66 334 14 113 0 16 442 106 66
Binary 11000001 110110 11011100 1100 1001011 0 1110 100100010 1000110 110110

Color Harmonies of #C136DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C136DC

Black with #C136DC

Text Example


Text Example

White with #C136DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C136DC; }

 p { color: rgb(193,54,220); }

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

background-color css

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

 a { background-color: rgb(193,54,220); }

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

border-color css

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

 span { border-color: rgb(193,54,220); }

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