Html Css Color HEX #C13AFA Medium Orchid

📋 copy color: '#C13AFA'

red 193 ◦ green 58 ◦ blue 250

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

Shades of Medium Orchid #C13AFA

Tints of Medium Orchid #C13AFA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.58%

 BLUE value IS 250 (98.05% from 255) = 49.9%

R = 38.52%
G = 11.58%
B = 49.9%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C13AFA (or 0xC13AFA) is known color: Medium Orchid. HEX triplet: C1, 3A and FA. RGB value is (193,58,250). Sum of RGB (Red+Green+Blue) = 193+58+250=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 58 (23.05% from 255 or 11.58% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #C13AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13AFA is #3EC505. Grayscale: #777777. Windows color (decimal): -4113670 or 16399041. OLE color: 16399041.

HSL color Cylindrical-coordinate representation of color #C13AFA: hue angle of 282.19º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C13AFA is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 58 250 -
CMYK 0.23 0.77 0 0.02
HSL 282.19º 0.95% 0.6% -
HSV(B) 282.19º 0.77% 0.98% -
XYZ 40.76 21.27 92.4 -
YUV 120.25 201.23 179.89 -
System Red Green Blue C M Y K H S L
Decimal 193 58 250 0.23 0.77 0 0.02 282.19 0.95 0.6
Hex C1 3A FA 17 4D 0 2 11A 5F 3C
Octal 301 72 372 27 115 0 2 432 137 74
Binary 11000001 111010 11111010 10111 1001101 0 10 100011010 1011111 111100

Color Harmonies of #C13AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13AFA

Black with #C13AFA

Text Example


Text Example

White with #C13AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13AFA; }

 p { color: rgb(193,58,250); }

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

background-color css

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

 a { background-color: rgb(193,58,250); }

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

border-color css

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

 span { border-color: rgb(193,58,250); }

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