Html Css Color HEX #C13CED Medium Orchid

📋 copy color: '#C13CED'

red 193 ◦ green 60 ◦ blue 237

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

Shades of Medium Orchid #C13CED

Tints of Medium Orchid #C13CED

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.24%

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

R = 39.39%
G = 12.24%
B = 48.37%

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

#C13CED (or 0xC13CED) is known color: Medium Orchid. HEX triplet: C1, 3C and ED. RGB value is (193,60,237). Sum of RGB (Red+Green+Blue) = 193+60+237=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #C13CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13CED is #3EC312. Grayscale: #777777. Windows color (decimal): -4113171 or 15547585. OLE color: 15547585.

HSL color Cylindrical-coordinate representation of color #C13CED: hue angle of 285.08º 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 #C13CED is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 60 237 -
CMYK 0.19 0.75 0 0.07
HSL 285.08º 0.83% 0.58% -
HSV(B) 285.08º 0.75% 0.93% -
XYZ 38.89 20.68 82.06 -
YUV 119.95 194.06 180.11 -
System Red Green Blue C M Y K H S L
Decimal 193 60 237 0.19 0.75 0 0.07 285.08 0.83 0.58
Hex C1 3C ED 13 4B 0 7 11D 53 3A
Octal 301 74 355 23 113 0 7 435 123 72
Binary 11000001 111100 11101101 10011 1001011 0 111 100011101 1010011 111010

Color Harmonies of #C13CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13CED

Black with #C13CED

Text Example


Text Example

White with #C13CED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13CED; }

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

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

background-color css

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

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

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

border-color css

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

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

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