Html Css Color HEX #C13DFB Medium Orchid

📋 copy color: '#C13DFB'

red 193 ◦ green 61 ◦ blue 251

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

Shades of Medium Orchid #C13DFB

Tints of Medium Orchid #C13DFB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.08%

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

R = 38.22%
G = 12.08%
B = 49.7%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C13DFB (or 0xC13DFB) is known color: Medium Orchid. HEX triplet: C1, 3D and FB. RGB value is (193,61,251). Sum of RGB (Red+Green+Blue) = 193+61+251=505 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.22% from 505); Green value is 61 (24.22% from 255 or 12.08% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #C13DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13DFB is #3EC204. Grayscale: #797979. Windows color (decimal): -4112901 or 16465345. OLE color: 16465345.

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

Color convert

RGB 193 61 251 -
CMYK 0.23 0.76 0 0.02
HSL 281.68º 0.96% 0.61% -
HSV(B) 281.68º 0.76% 0.98% -
XYZ 41.07 21.64 93.28 -
YUV 122.13 200.73 178.55 -
System Red Green Blue C M Y K H S L
Decimal 193 61 251 0.23 0.76 0 0.02 281.68 0.96 0.61
Hex C1 3D FB 17 4C 0 2 11A 60 3D
Octal 301 75 373 27 114 0 2 432 140 75
Binary 11000001 111101 11111011 10111 1001100 0 10 100011010 1100000 111101

Color Harmonies of #C13DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13DFB

Black with #C13DFB

Text Example


Text Example

White with #C13DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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