Html Css Color HEX #C13BFC Medium Orchid

📋 copy color: '#C13BFC'

red 193 ◦ green 59 ◦ blue 252

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

Shades of Medium Orchid #C13BFC

Tints of Medium Orchid #C13BFC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.71%

 BLUE value IS 252 (98.83% from 255) = 50%

R = 38.29%
G = 11.71%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C13BFC (or 0xC13BFC) is known color: Medium Orchid. HEX triplet: C1, 3B and FC. RGB value is (193,59,252). Sum of RGB (Red+Green+Blue) = 193+59+252=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #C13BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13BFC is #3EC403. Grayscale: #787878. Windows color (decimal): -4113412 or 16530369. OLE color: 16530369.

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

Color convert

RGB 193 59 252 -
CMYK 0.23 0.77 0 0.01
HSL 281.66º 0.97% 0.61% -
HSV(B) 281.66º 0.77% 0.99% -
XYZ 41.13 21.49 94.08 -
YUV 121.07 201.89 179.31 -
System Red Green Blue C M Y K H S L
Decimal 193 59 252 0.23 0.77 0 0.01 281.66 0.97 0.61
Hex C1 3B FC 17 4D 0 1 11A 61 3D
Octal 301 73 374 27 115 0 1 432 141 75
Binary 11000001 111011 11111100 10111 1001101 0 1 100011010 1100001 111101

Color Harmonies of #C13BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13BFC

Black with #C13BFC

Text Example


Text Example

White with #C13BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13BFC; }

 p { color: rgb(193,59,252); }

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

background-color css

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

 a { background-color: rgb(193,59,252); }

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

border-color css

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

 span { border-color: rgb(193,59,252); }

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