Html Css Color HEX #C13BCF Medium Orchid

📋 copy color: '#C13BCF'

red 193 ◦ green 59 ◦ blue 207

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

Shades of Medium Orchid #C13BCF

Tints of Medium Orchid #C13BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 42.05%
G = 12.85%
B = 45.1%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C13BCF (or 0xC13BCF) is known color: Medium Orchid. HEX triplet: C1, 3B and CF. RGB value is (193,59,207). Sum of RGB (Red+Green+Blue) = 193+59+207=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 59 (23.44% from 255 or 12.85% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #C13BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13BCF is #3EC430. Grayscale: #737373. Windows color (decimal): -4113457 or 13581249. OLE color: 13581249.

HSL color Cylindrical-coordinate representation of color #C13BCF: hue angle of 294.32º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C13BCF is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 59 207 -
CMYK 0.07 0.71 0 0.19
HSL 294.32º 0.61% 0.52% -
HSV(B) 294.32º 0.71% 0.81% -
XYZ 34.82 18.97 60.86 -
YUV 115.94 179.39 182.97 -
System Red Green Blue C M Y K H S L
Decimal 193 59 207 0.07 0.71 0 0.19 294.32 0.61 0.52
Hex C1 3B CF 7 47 0 13 126 3D 34
Octal 301 73 317 7 107 0 23 446 75 64
Binary 11000001 111011 11001111 111 1000111 0 10011 100100110 111101 110100

Color Harmonies of #C13BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13BCF

Black with #C13BCF

Text Example


Text Example

White with #C13BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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