Html Css Color HEX #C13AFB Medium Orchid

📋 copy color: '#C13AFB'

red 193 ◦ green 58 ◦ blue 251

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

Shades of Medium Orchid #C13AFB

Tints of Medium Orchid #C13AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50%

R = 38.45%
G = 11.55%
B = 50%

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

#C13AFB (or 0xC13AFB) is known color: Medium Orchid. HEX triplet: C1, 3A and FB. RGB value is (193,58,251). Sum of RGB (Red+Green+Blue) = 193+58+251=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 58 (23.05% from 255 or 11.55% from 502); Blue value is 251 (98.44% from 255 or 50% from 502); Max value from RGB is 251 - color contains mainly: blue. Hex color #C13AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13AFB is #3EC504. Grayscale: #777777. Windows color (decimal): -4113669 or 16464577. OLE color: 16464577.

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

Color convert

RGB 193 58 251 -
CMYK 0.23 0.77 0 0.02
HSL 281.97º 0.96% 0.61% -
HSV(B) 281.97º 0.77% 0.98% -
XYZ 40.92 21.33 93.23 -
YUV 120.37 201.73 179.81 -
System Red Green Blue C M Y K H S L
Decimal 193 58 251 0.23 0.77 0 0.02 281.97 0.96 0.61
Hex C1 3A FB 17 4D 0 2 11A 60 3D
Octal 301 72 373 27 115 0 2 432 140 75
Binary 11000001 111010 11111011 10111 1001101 0 10 100011010 1100000 111101

Color Harmonies of #C13AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13AFB

Black with #C13AFB

Text Example


Text Example

White with #C13AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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