Html Css Color HEX #C13FF7 Medium Orchid

📋 copy color: '#C13FF7'

red 193 ◦ green 63 ◦ blue 247

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

Shades of Medium Orchid #C13FF7

Tints of Medium Orchid #C13FF7

RGB

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

 GREEN value IS 63 (25% from 255) = 12.52%

 BLUE value IS 247 (96.88% from 255) = 49.11%

R = 38.37%
G = 12.52%
B = 49.11%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C13FF7 (or 0xC13FF7) is known color: Medium Orchid. HEX triplet: C1, 3F and F7. RGB value is (193,63,247). Sum of RGB (Red+Green+Blue) = 193+63+247=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 63 (25% from 255 or 12.52% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #C13FF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13FF7 is #3EC008. Grayscale: #7A7A7A. Windows color (decimal): -4112393 or 16203713. OLE color: 16203713.

HSL color Cylindrical-coordinate representation of color #C13FF7: hue angle of 282.39º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13FF7 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 193 63 247 -
CMYK 0.22 0.74 0 0.03
HSL 282.39º 0.92% 0.61% -
HSV(B) 282.39º 0.74% 0.97% -
XYZ 40.56 21.61 90.03 -
YUV 122.85 198.07 178.04 -
System Red Green Blue C M Y K H S L
Decimal 193 63 247 0.22 0.74 0 0.03 282.39 0.92 0.61
Hex C1 3F F7 16 4A 0 3 11A 5C 3D
Octal 301 77 367 26 112 0 3 432 134 75
Binary 11000001 111111 11110111 10110 1001010 0 11 100011010 1011100 111101

Color Harmonies of #C13FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13FF7

Black with #C13FF7

Text Example


Text Example

White with #C13FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13FF7; }

 p { color: rgb(193,63,247); }

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

background-color css

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

 a { background-color: rgb(193,63,247); }

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

border-color css

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

 span { border-color: rgb(193,63,247); }

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