Html Css Color HEX #C13DEE Medium Orchid

📋 copy color: '#C13DEE'

red 193 ◦ green 61 ◦ blue 238

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

Shades of Medium Orchid #C13DEE

Tints of Medium Orchid #C13DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.37%

R = 39.23%
G = 12.4%
B = 48.37%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C13DEE (or 0xC13DEE) is known color: Medium Orchid. HEX triplet: C1, 3D and EE. RGB value is (193,61,238). Sum of RGB (Red+Green+Blue) = 193+61+238=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 61 (24.22% from 255 or 12.40% from 492); Blue value is 238 (93.36% from 255 or 48.37% from 492); Max value from RGB is 238 - color contains mainly: blue. Hex color #C13DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13DEE is #3EC211. Grayscale: #787878. Windows color (decimal): -4112914 or 15613377. OLE color: 15613377.

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

Color convert

RGB 193 61 238 -
CMYK 0.19 0.74 0 0.07
HSL 284.75º 0.84% 0.59% -
HSV(B) 284.75º 0.74% 0.93% -
XYZ 39.09 20.85 82.85 -
YUV 120.65 194.23 179.61 -
System Red Green Blue C M Y K H S L
Decimal 193 61 238 0.19 0.74 0 0.07 284.75 0.84 0.59
Hex C1 3D EE 13 4A 0 7 11D 54 3B
Octal 301 75 356 23 112 0 7 435 124 73
Binary 11000001 111101 11101110 10011 1001010 0 111 100011101 1010100 111011

Color Harmonies of #C13DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13DEE

Black with #C13DEE

Text Example


Text Example

White with #C13DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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