Html Css Color HEX #C13CFB Medium Orchid

📋 copy color: '#C13CFB'

red 193 ◦ green 60 ◦ blue 251

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

Shades of Medium Orchid #C13CFB

Tints of Medium Orchid #C13CFB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.9%

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

R = 38.29%
G = 11.9%
B = 49.8%

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

#C13CFB (or 0xC13CFB) is known color: Medium Orchid. HEX triplet: C1, 3C and FB. RGB value is (193,60,251). Sum of RGB (Red+Green+Blue) = 193+60+251=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 60 (23.83% from 255 or 11.90% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #C13CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13CFB is #3EC304. Grayscale: #787878. Windows color (decimal): -4113157 or 16465089. OLE color: 16465089.

HSL color Cylindrical-coordinate representation of color #C13CFB: hue angle of 281.78º 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 #C13CFB is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 60 251 -
CMYK 0.23 0.76 0 0.02
HSL 281.78º 0.96% 0.61% -
HSV(B) 281.78º 0.76% 0.98% -
XYZ 41.02 21.53 93.26 -
YUV 121.54 201.06 178.97 -
System Red Green Blue C M Y K H S L
Decimal 193 60 251 0.23 0.76 0 0.02 281.78 0.96 0.61
Hex C1 3C FB 17 4C 0 2 11A 60 3D
Octal 301 74 373 27 114 0 2 432 140 75
Binary 11000001 111100 11111011 10111 1001100 0 10 100011010 1100000 111101

Color Harmonies of #C13CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13CFB

Black with #C13CFB

Text Example


Text Example

White with #C13CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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