Html Css Color HEX #C13CEB Medium Orchid

📋 copy color: '#C13CEB'

red 193 ◦ green 60 ◦ blue 235

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

Shades of Medium Orchid #C13CEB

Tints of Medium Orchid #C13CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.16%

R = 39.55%
G = 12.3%
B = 48.16%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C13CEB (or 0xC13CEB) is known color: Medium Orchid. HEX triplet: C1, 3C and EB. RGB value is (193,60,235). Sum of RGB (Red+Green+Blue) = 193+60+235=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 60 (23.83% from 255 or 12.30% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #C13CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13CEB is #3EC314. Grayscale: #777777. Windows color (decimal): -4113173 or 15416513. OLE color: 15416513.

HSL color Cylindrical-coordinate representation of color #C13CEB: hue angle of 285.6º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13CEB is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 60 235 -
CMYK 0.18 0.74 0 0.08
HSL 285.6º 0.81% 0.58% -
HSV(B) 285.6º 0.74% 0.92% -
XYZ 38.6 20.57 80.53 -
YUV 119.72 193.06 180.27 -
System Red Green Blue C M Y K H S L
Decimal 193 60 235 0.18 0.74 0 0.08 285.6 0.81 0.58
Hex C1 3C EB 12 4A 0 8 11E 51 3A
Octal 301 74 353 22 112 0 10 436 121 72
Binary 11000001 111100 11101011 10010 1001010 0 1000 100011110 1010001 111010

Color Harmonies of #C13CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13CEB

Black with #C13CEB

Text Example


Text Example

White with #C13CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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