Html Css Color HEX #C13EFA Medium Orchid

📋 copy color: '#C13EFA'

red 193 ◦ green 62 ◦ blue 250

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

Shades of Medium Orchid #C13EFA

Tints of Medium Orchid #C13EFA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.28%

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

R = 38.22%
G = 12.28%
B = 49.5%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C13EFA (or 0xC13EFA) is known color: Medium Orchid. HEX triplet: C1, 3E and FA. RGB value is (193,62,250). Sum of RGB (Red+Green+Blue) = 193+62+250=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 62 (24.61% from 255 or 12.28% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #C13EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13EFA is #3EC105. Grayscale: #797979. Windows color (decimal): -4112646 or 16400065. OLE color: 16400065.

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

Color convert

RGB 193 62 250 -
CMYK 0.23 0.75 0 0.02
HSL 281.81º 0.95% 0.61% -
HSV(B) 281.81º 0.75% 0.98% -
XYZ 40.97 21.68 92.47 -
YUV 122.6 199.9 178.21 -
System Red Green Blue C M Y K H S L
Decimal 193 62 250 0.23 0.75 0 0.02 281.81 0.95 0.61
Hex C1 3E FA 17 4B 0 2 11A 5F 3D
Octal 301 76 372 27 113 0 2 432 137 75
Binary 11000001 111110 11111010 10111 1001011 0 10 100011010 1011111 111101

Color Harmonies of #C13EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13EFA

Black with #C13EFA

Text Example


Text Example

White with #C13EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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