Html Css Color HEX #C13DDB Medium Orchid

📋 copy color: '#C13DDB'

red 193 ◦ green 61 ◦ blue 219

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

Shades of Medium Orchid #C13DDB

Tints of Medium Orchid #C13DDB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.9%

 BLUE value IS 219 (85.94% from 255) = 46.3%

R = 40.8%
G = 12.9%
B = 46.3%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C13DDB (or 0xC13DDB) is known color: Medium Orchid. HEX triplet: C1, 3D and DB. RGB value is (193,61,219). Sum of RGB (Red+Green+Blue) = 193+61+219=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #C13DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13DDB is #3EC224. Grayscale: #757575. Windows color (decimal): -4112933 or 14368193. OLE color: 14368193.

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

Color convert

RGB 193 61 219 -
CMYK 0.12 0.72 0 0.14
HSL 290.13º 0.69% 0.55% -
HSV(B) 290.13º 0.72% 0.86% -
XYZ 36.45 19.79 68.92 -
YUV 118.48 184.73 181.15 -
System Red Green Blue C M Y K H S L
Decimal 193 61 219 0.12 0.72 0 0.14 290.13 0.69 0.55
Hex C1 3D DB C 48 0 E 122 45 37
Octal 301 75 333 14 110 0 16 442 105 67
Binary 11000001 111101 11011011 1100 1001000 0 1110 100100010 1000101 110111

Color Harmonies of #C13DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13DDB

Black with #C13DDB

Text Example


Text Example

White with #C13DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13DDB; }

 p { color: rgb(193,61,219); }

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

background-color css

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

 a { background-color: rgb(193,61,219); }

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

border-color css

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

 span { border-color: rgb(193,61,219); }

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