Html Css Color HEX #C13BDD Medium Orchid

📋 copy color: '#C13BDD'

red 193 ◦ green 59 ◦ blue 221

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

Shades of Medium Orchid #C13BDD

Tints of Medium Orchid #C13BDD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.47%

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

R = 40.8%
G = 12.47%
B = 46.72%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C13BDD (or 0xC13BDD) is known color: Medium Orchid. HEX triplet: C1, 3B and DD. RGB value is (193,59,221). Sum of RGB (Red+Green+Blue) = 193+59+221=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #C13BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13BDD is #3EC422. Grayscale: #757575. Windows color (decimal): -4113443 or 14498753. OLE color: 14498753.

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

Color convert

RGB 193 59 221 -
CMYK 0.13 0.73 0 0.13
HSL 289.63º 0.7% 0.55% -
HSV(B) 289.63º 0.73% 0.87% -
XYZ 36.61 19.69 70.28 -
YUV 117.53 186.39 181.83 -
System Red Green Blue C M Y K H S L
Decimal 193 59 221 0.13 0.73 0 0.13 289.63 0.7 0.55
Hex C1 3B DD D 49 0 D 122 46 37
Octal 301 73 335 15 111 0 15 442 106 67
Binary 11000001 111011 11011101 1101 1001001 0 1101 100100010 1000110 110111

Color Harmonies of #C13BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13BDD

Black with #C13BDD

Text Example


Text Example

White with #C13BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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