Html Css Color HEX #C138DD Medium Orchid

📋 copy color: '#C138DD'

red 193 ◦ green 56 ◦ blue 221

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

Shades of Medium Orchid #C138DD

Tints of Medium Orchid #C138DD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.91%

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

R = 41.06%
G = 11.91%
B = 47.02%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C138DD (or 0xC138DD) is known color: Medium Orchid. HEX triplet: C1, 38 and DD. RGB value is (193,56,221). Sum of RGB (Red+Green+Blue) = 193+56+221=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 56 (22.27% from 255 or 11.91% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #C138DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C138DD is #3EC722. Grayscale: #737373. Windows color (decimal): -4114211 or 14497985. OLE color: 14497985.

HSL color Cylindrical-coordinate representation of color #C138DD: hue angle of 289.82º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C138DD is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 56 221 -
CMYK 0.13 0.75 0 0.13
HSL 289.82º 0.71% 0.54% -
HSV(B) 289.82º 0.75% 0.87% -
XYZ 36.46 19.39 70.23 -
YUV 115.77 187.39 183.08 -
System Red Green Blue C M Y K H S L
Decimal 193 56 221 0.13 0.75 0 0.13 289.82 0.71 0.54
Hex C1 38 DD D 4B 0 D 122 47 36
Octal 301 70 335 15 113 0 15 442 107 66
Binary 11000001 111000 11011101 1101 1001011 0 1101 100100010 1000111 110110

Color Harmonies of #C138DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C138DD

Black with #C138DD

Text Example


Text Example

White with #C138DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C138DD; }

 p { color: rgb(193,56,221); }

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

background-color css

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

 a { background-color: rgb(193,56,221); }

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

border-color css

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

 span { border-color: rgb(193,56,221); }

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