Html Css Color HEX #C13BED Medium Orchid

📋 copy color: '#C13BED'

red 193 ◦ green 59 ◦ blue 237

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

Shades of Medium Orchid #C13BED

Tints of Medium Orchid #C13BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.47%

R = 39.47%
G = 12.07%
B = 48.47%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C13BED (or 0xC13BED) is known color: Medium Orchid. HEX triplet: C1, 3B and ED. RGB value is (193,59,237). Sum of RGB (Red+Green+Blue) = 193+59+237=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 59 (23.44% from 255 or 12.07% from 489); Blue value is 237 (92.97% from 255 or 48.47% from 489); Max value from RGB is 237 - color contains mainly: blue. Hex color #C13BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13BED is #3EC412. Grayscale: #767676. Windows color (decimal): -4113427 or 15547329. OLE color: 15547329.

HSL color Cylindrical-coordinate representation of color #C13BED: hue angle of 285.17º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13BED is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 59 237 -
CMYK 0.19 0.75 0 0.07
HSL 285.17º 0.83% 0.58% -
HSV(B) 285.17º 0.75% 0.93% -
XYZ 38.84 20.58 82.05 -
YUV 119.36 194.39 180.53 -
System Red Green Blue C M Y K H S L
Decimal 193 59 237 0.19 0.75 0 0.07 285.17 0.83 0.58
Hex C1 3B ED 13 4B 0 7 11D 53 3A
Octal 301 73 355 23 113 0 7 435 123 72
Binary 11000001 111011 11101101 10011 1001011 0 111 100011101 1010011 111010

Color Harmonies of #C13BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13BED

Black with #C13BED

Text Example


Text Example

White with #C13BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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